Ejemplo n.º 1
0
 /**
  * @param string $path
  * @param bool|false $processSections
  */
 public function __construct($path, $processSections = false)
 {
     $this->processSections = $processSections;
     parent::__construct($path, self::FILE_EXTENSION);
 }
Ejemplo n.º 2
0
 /**
  * @param string $path
  */
 public function __construct($path)
 {
     $this->parser = new Parser();
     parent::__construct($path, self::FILE_EXTENSION);
 }
Ejemplo n.º 3
0
 /**
  * @param string $path
  */
 public function __construct($path)
 {
     parent::__construct($path, self::FILE_EXTENSION);
 }