コード例 #1
0
 private function initEventModel()
 {
     Log::write("Init event model for appVersionId : " . $this->app_version_id, $target = "file");
     $this->event_handlers_model = EventModelParser::getInstance()->parseProductionModel($this->app_version_id);
 }
コード例 #2
0
 public function doBuild()
 {
     $this->event_handlers_model = EventModelParser::getInstance()->parseDebugModel();
     Log::writeInfo("Build successfully event model: " . $this->event_handlers_model);
     //$this->hosted_model = HostedServiceParser::getInstance()->parseDebugModel();
     //        HostedModelHolder::setModel( $this->hosted_model );
     //        HostedModelHolder::setXMLModel( $this->hosted_model->getXML() );
     //        Log::writeInfo( "Build successfully hosted model: " . $this->hosted_model );
 }
コード例 #3
0
 public function doBuild()
 {
     $this->event_handlers_model = EventModelParser::getInstance()->parseDebugModel();
     Log::writeInfo("Build successfully: " . $this->event_handlers_model);
     GlobalState::$STATE = "BUILD";
 }
コード例 #4
0
 private function initEventModel()
 {
     $this->event_handlers_model = EventModelParser::getInstance()->parseProductionModel($this->app_version_id);
 }