Esempio n. 1
0
 /**
  * @param string $pageName          Name of the page
  * @param Zend_Config|array $config Object or Array containing configuration
  *                                  parameters (@see setConfig() for details).
  * @param Zend_Log $log             Instance of Zend_Log (@see setLog())
  */
 public function __construct($pageName, $config = null, $log = null)
 {
     $this->pageName = $pageName;
     parent::__construct($config, $log);
 }