get() public method

Get a value by the key of this document
public get ( string $key ) : mixed
$key string The key of the value
return mixed The value
 public function get($key)
 {
     return $this->collection->get($key);
 }