cursor() public method

Get a generator for the given query.
public cursor ( ) : Generator
return Generator
Beispiel #1
-1
 /**
  * Get a generator for the given query.
  *
  * @return \Generator 
  * @static 
  */
 public static function cursor()
 {
     return \Illuminate\Database\Eloquent\Builder::cursor();
 }