Example #1
0
 /**
  * Initialize parameters
  */
 public function __construct()
 {
     parent::__construct();
     $this->pageIdentifierMap += array("setup wizard" => "/ezsetup");
     $this->packages += array('ez publish demo site' => 'ezdemo_site', 'ez publish demo site (without demo content)' => 'ezdemo_site_clean');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->pageIdentifierMap['login'] = '******';
     $this->pageIdentifierMap['logout'] = '/user/logout';
 }