Newscoop\ListResult::count PHP Method

count() public method

public count ( ) : integer
return integer
    public function count()
    {
        return (int) $this->count;
    }

Usage Example

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