Пример #1
0
 /**
  *
  */
 public function __construct(array $option = array())
 {
     $errorhandler = array('controller' => 'index', 'action' => 'sitemap');
     $errorhandler = array_merge($errorhandler, $option);
     parent::__construct($errorhandler);
 }