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