public function __construct($path = '') { $this->delimiter = \App\Models\Sections::PATH_DELIMITER; if ($path) { $this->setPath($path); } }