Exemple #1
0
 /**
  * Overwrite the main and add a flash Message
  *
  * @return null
  */
 public function main()
 {
     $this->addDummyFlashMessage();
     parent::main();
 }
 /**
  * Constructor
  *
  * @return self
  */
 public function __construct()
 {
     $GLOBALS['SOBE'] = $this;
     parent::__construct();
     $this->init();
 }