Beispiel #1
0
 protected function _run()
 {
     $this->_engine->callStage('_run');
     $this->setState($this->_engine->getState(), $this->_engine->getError());
     $this->setStep($this->_engine->getStep());
     $this->setSubstep($this->_engine->getSubstep());
     $this->partNumber = $this->_engine->partNumber;
 }
Beispiel #2
0
	/**
	 * Implements the constructor of the class
	 *
	 * @return AEDumpNative
	 */
	public function __construct()
	{
		parent::__construct();
		AEUtilLogger::WriteLog(_AE_LOG_DEBUG, __CLASS__." :: New instance");
	}