LeagueWrap\Dto\AbstractListDto::count PHP Method

count() public method

Returns the count of the size of the list.
public count ( ) : integer
return integer
    public function count()
    {
        return count($this->getListByKey());
    }