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