Beispiel #1
0
 protected function initializeView()
 {
     if (self::$shouldCallParentAndEcho) {
         parent::initializeView();
         echo 'View' . PHP_EOL;
     }
     if (is_null($this->view)) {
         $this->view = MyView::getInstance();
     }
 }