App\Source\Decorators\SlimCMS::onStar PHP Méthode

onStar() protected méthode

protected onStar ( )
    protected function onStar()
    {
        $event = new \App\Source\Events\BaseAppEvent($this);
        if ($this->getContainer()->offsetExists('dispatcher')) {
            $this->getContainer()->dispatcher->dispatch('app.beforeRun', $event);
        }
    }