cursor() public méthode

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