jcb-compiler/src/5e3d856d-8174-4131-b4e9-9328066438e1/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
}