count() public method

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