Example #1
0
 /**
  * Count all of the persons.
  *
  * @param
  *
  * @return Collection
  */
 public function countAll()
 {
     return Person::count();
 }