get() public method

Get a value by the key of this object
public get ( string $key ) : mixed
$key string The key of the value
return mixed The value
Ejemplo n.º 1
0
 public function get($key)
 {
     return $this->attributes->get($key);
 }