Caffeinated\Modules\Contracts\Repository::count PHP Method

count() public method

Returns a count of all modules.
public count ( ) : integer
return integer
    public function count();

Usage Example

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