/** * Construct * * @var $default */ public function __construct($default = false) { parent::__construct(); if (is_array($default)) { $this->_vars = $default; } }
/** * construct */ public function __construct() { parent::__construct(); $this->last = $this; }
function __construct($fw) { $this->FW = $fw; parent::__construct(); }
function __construct() { parent::__construct(); $this->store = new NyaaStore(); }