public function __construct(string $path = '', string $element = '*', string $condition = '', bool $starPrefix = false) { if ($starPrefix) { $this->addStarPrefix(); } }