Exemplo n.º 1
0
 /**
  * handle the framework initialization
  */
 public function handleStart(\Montage\Event\Event $event)
 {
     $this->handleError();
     mb_internal_encoding($this->config->getCharset());
     date_default_timezone_set($this->config->getTimezone());
 }