/** * @access public * * @param string $file * @return int */ public function mtime($file) { if ($this->authorized()) { return parent::mtime($file); } else { return false; } }