withAttribute() public method

public withAttribute ( $attribute, $value )
Esempio n. 1
0
 /**
  * {@inheritDoc}
  */
 public function withAttribute($attribute, $value)
 {
     return new self($this->app, parent::withAttribute($attribute, $value));
 }