예제 #1
0
 function __construct($page)
 {
     $this->kind = 'download';
     $this->isWiki = false;
     parent::__construct($page);
 }
예제 #2
0
 function __construct($x)
 {
     $this->kind = 'login';
     $this->isWiki = true;
     parent::__construct();
 }
예제 #3
0
 function __construct($page)
 {
     $this->kind = 'cmd';
     $this->isWiki = true;
     parent::__construct($page);
 }
예제 #4
0
 function __construct($page)
 {
     $this->kind = 'check';
     $this->isWiki = false;
     parent::__construct($page);
 }
예제 #5
0
 public function __construct($page = null)
 {
     $this->kind = 'guess_user';
     $this->isWiki = true;
     parent::__construct(null);
 }