withoutAttribute() 공개 메소드

public withoutAttribute ( $attribute )
예제 #1
0
파일: Request.php 프로젝트: spiffyjr/tonis
 /**
  * {@inheritDoc}
  */
 public function withoutAttribute($attribute)
 {
     return new self($this->app, parent::withoutAttribute($attribute));
 }