$this->exists(), 'size' => $this->getSize(), 'file-mime' => $this->getMimeType(), 'sha1' => $this->getSha1Base36(), ); } public function getSha1Base36( $recache = false ) { return '1234567890123456789012345678901'; } }