/var/www/cobraambalaj/vendor/laravel/framework/src/Illuminate/Container
NameSizeModeActions
BoundMethod.php67180644editdlrm
composer.json8940755editdlrm
Container.php387780755editdlrm
ContextualBindingBuilder.php24020644editdlrm
EntryNotFoundException.php1980644editdlrm
LICENSE.md10750644editdlrm
RewindableGenerator.php10870644editdlrm
Util.php16310644editdlrm
Edit: /var/www/cobraambalaj/vendor/laravel/framework/src/Illuminate/Container/RewindableGenerator.php (1087B)
count = $count; $this->generator = $generator; } /** * Get an iterator from the generator. * * @return mixed */ public function getIterator() { return ($this->generator)(); } /** * Get the total number of tagged services. * * @return int */ public function count() { if (is_callable($count = $this->count)) { $this->count = $count(); } return $this->count; } }