App\Data\Repositories\Repository::count PHP Méthode

count() public méthode

Returns the count of all the records.
public count ( ) : integer
Résultat integer
    public function count()
    {
        return $this->model->count();
    }