MiniAsset\AssetCollection::count PHP Method

count() public method

Get the length of the collection.
public count ( ) : integer
return integer
    public function count()
    {
        return count($this->items);
    }