Пример #1
0
 public function __construct(Parser $parser)
 {
     parent::__construct();
     $this->parser = $parser;
     $this->variables = array();
     $this->filesStatus = array();
 }
Пример #2
0
 public function setCurrentFile($filePath)
 {
     parent::setCurrentFile($filePath);
     $this->currentVariable = null;
 }