LeagueWrap\Dto\AbstractListDto::count PHP Метод

count() публичный Метод

Returns the count of the size of the list.
public count ( ) : integer
Результат integer
    public function count()
    {
        return count($this->getListByKey());
    }