function setFile(\IO\File $file) { parent::setResource($file); }
function __construct(Database $database, array $params = array()) { $this->Database = $database; parent::__construct($params); }