get() публичный Метод

Get a value by the key of this document
public get ( string $key ) : mixed
$key string The key of the value
Результат mixed The value
Пример #1
0
 function valid()
 {
     return $this->jsonApiDocument->get('data')->has($this->position);
 }