Пример #1
0
 protected function launchException($sMessage, array $aVars = array(), array $mSender = array())
 {
     if ($this instanceof core\tokenable) {
         $mSender[] = $this->asToken();
     }
     return parent::launchException($sMessage, $aVars, $mSender);
 }
Пример #2
0
 public function setFile(fs\file $file)
 {
     $parser = $this->getManager(self::PARSER_MANAGER);
     if (!$this->getSettings(false)) {
         $this->setSettings($this->getScript(self::ARGUMENTS));
     }
     $this->loadSchema($parser->loadBuilder($file, null, $this->getSettings()));
     return parent::setFile($file);
 }
Пример #3
0
 public function createArgument($mArguments, $sNamespace = '')
 {
     return parent::createArgument($mArguments, $sNamespace);
 }
Пример #4
0
 public function query($sPath = '', $bDebug = true)
 {
     return parent::query($sPath, $bDebug);
 }
Пример #5
0
 protected function launchException($sMessage, array $aVars = array(), array $mSender = array())
 {
     $aVars[] = $this->getSettings();
     parent::launchException($sMessage, $aVars, $mSender);
 }
Пример #6
0
 public function read($sPath, $bDebug = true)
 {
     return parent::read($sPath, $bDebug);
 }
Пример #7
0
 public function getDocument($sPath, $iMode = \Sylma::MODE_READ)
 {
     return parent::getDocument($sPath, $iMode);
 }
Пример #8
0
 public function get($sPath, $bDebug = true)
 {
     return parent::get($sPath, $bDebug);
 }
Пример #9
0
 public function throwException($sMessage, $mSender = array(), $iOffset = 2)
 {
     return parent::throwException($sMessage, $mSender, $iOffset);
 }
Пример #10
0
 public function getDirectory($sPath = '', $bDebug = false)
 {
     return parent::getDirectory($sPath, $bDebug);
 }