You are here

public function Manifest::getAmountOfFiles in Drupal 7

Return value

int

File

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

Class

Manifest

Namespace

TYPO3\PharStreamWrapper\Phar

Code

public function getAmountOfFiles() {
  return $this->amountOfFiles;
}