Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 3
0
 public function createArgument($mArguments, $sNamespace = '')
 {
     return parent::createArgument($mArguments, $sNamespace);
 }
Ejemplo n.º 4
0
 public function query($sPath = '', $bDebug = true)
 {
     return parent::query($sPath, $bDebug);
 }
Ejemplo n.º 5
0
 protected function launchException($sMessage, array $aVars = array(), array $mSender = array())
 {
     $aVars[] = $this->getSettings();
     parent::launchException($sMessage, $aVars, $mSender);
 }
Ejemplo n.º 6
0
 public function read($sPath, $bDebug = true)
 {
     return parent::read($sPath, $bDebug);
 }
Ejemplo n.º 7
0
 public function getDocument($sPath, $iMode = \Sylma::MODE_READ)
 {
     return parent::getDocument($sPath, $iMode);
 }
Ejemplo n.º 8
0
 public function get($sPath, $bDebug = true)
 {
     return parent::get($sPath, $bDebug);
 }
Ejemplo n.º 9
0
 public function throwException($sMessage, $mSender = array(), $iOffset = 2)
 {
     return parent::throwException($sMessage, $mSender, $iOffset);
 }
Ejemplo n.º 10
0
 public function getDirectory($sPath = '', $bDebug = false)
 {
     return parent::getDirectory($sPath, $bDebug);
 }