TQ\Vcs\StreamWrapper\RepositoryRegistry::count PHP Méthode

count() public méthode

Count elements of an object
public count ( ) : integer
Résultat integer The custom count as an integer
    public function count()
    {
        return count($this->map);
    }