/** * __construct * * @return void */ public function __construct() { parent::__construct(null); }
public function __construct() { $filePath = sprintf("%s/Framework.config", realpath(dirname(__FILE__))); parent::__construct($filePath); }