You are here

public function Manifest::getManifestLength in Drupal 7

Return value

int

File

misc/typo3/phar-stream-wrapper/src/Phar/Manifest.php, line 94

Class

Manifest

Namespace

TYPO3\PharStreamWrapper\Phar

Code

public function getManifestLength() {
  return $this->manifestLength;
}