public function Manifest::getManifestLength in Drupal 7
Return value
int
File
- misc/
typo3/ phar-stream-wrapper/ src/ Phar/ Manifest.php, line 94
Class
Namespace
TYPO3\PharStreamWrapper\PharCode
public function getManifestLength() {
return $this->manifestLength;
}