function __construct($page) { $this->kind = 'download'; $this->isWiki = false; parent::__construct($page); }
function __construct($x) { $this->kind = 'login'; $this->isWiki = true; parent::__construct(); }
function __construct($page) { $this->kind = 'cmd'; $this->isWiki = true; parent::__construct($page); }
function __construct($page) { $this->kind = 'check'; $this->isWiki = false; parent::__construct($page); }
public function __construct($page = null) { $this->kind = 'guess_user'; $this->isWiki = true; parent::__construct(null); }