isInit = true; } /** * @param \Cake\Event\Event $event * @return void */ public function startup(Event $event) { $this->isStartup = true; } }