jcb-compiler/src/2528f2bb-6ebc-4d55-9a9d-23ef58534c1a/code.power

9 lines
120 B
Plaintext
Raw Normal View History

2023-10-04 18:28:29 +00:00
/**
2023-10-10 09:39:16 +00:00
* Constructor.
2023-10-04 18:28:29 +00:00
*
* @since 3.2.0
*/
2023-10-10 09:39:16 +00:00
public function __construct()
2023-10-04 18:28:29 +00:00
{
2023-10-10 09:39:16 +00:00
$this->setSeparator('|');
2023-10-04 18:28:29 +00:00
}