Newscoop\ListResult::count PHP Метод

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

public count ( ) : integer
Результат integer
    public function count()
    {
        return (int) $this->count;
    }

Usage Example

Пример #1
0
 /**
  * Returns the length of the list.
  *
  * @return int
  */
 public function getLength()
 {
     return $this->objectsList->count();
 }