__construct() public method

public __construct ( $id = null, $activityGroupId = null, $name = null, $expectedURL = null, $status = null, $type = null )
Example #1
0
 protected function __construct()
 {
     parent::__construct();
     $this->cms = CmsView::init("文章管理");
     $this->cms->setPageTitle("文章管理");
     $this->cms->setUserName("可爱的依然");
     $this->cms->setControlFile("tpl/admin/control.json");
 }
 /**
  * Tests Activity->__construct()
  */
 public function test__construct()
 {
     $this->Activity->__construct(1, 1);
 }