applyScopes() 공개 메소드

Apply the scopes to the Eloquent builder instance and return it.
public applyScopes ( ) : Builder | static
리턴 Builder | static
예제 #1
0
 /**
  * Apply the scopes to the Eloquent builder instance and return it.
  *
  * @return \Illuminate\Database\Eloquent\Builder|static 
  * @static 
  */
 public static function applyScopes()
 {
     return \Illuminate\Database\Eloquent\Builder::applyScopes();
 }