FOF30\Model\DataModel\Collection::fetch PHP Метод

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

Fetch a nested element of the collection.
public fetch ( string $key ) : Collection
$key string
Результат Collection
    public function fetch($key)
    {
        return new static(array_fetch($this->toArray(), $key));
    }