count() public method

Returns a count of all modules.
public count ( ) : integer
return integer
Beispiel #1
0
 /**
  * Returns count of all modules.
  *
  * @return int
  */
 public function count()
 {
     return $this->repository->count();
 }