withoutAttribute() public méthode

public withoutAttribute ( $attribute )
Exemple #1
0
 /**
  * {@inheritDoc}
  */
 public function withoutAttribute($attribute)
 {
     return new self($this->app, parent::withoutAttribute($attribute));
 }