get() 공개 메소드

Get a value by the key of this object
public get ( string $key ) : mixed
$key string The key of the value
리턴 mixed The value
예제 #1
0
 public function get($key)
 {
     return $this->attributes->get($key);
 }