TQ\Vcs\StreamWrapper\RepositoryRegistry::count PHP Method

count() public method

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