App\Data\Repositories\Repository::count PHP 메소드

count() 공개 메소드

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