FOF30\Model\DataModel\Collection::fetch PHP Method

fetch() public method

Fetch a nested element of the collection.
public fetch ( string $key ) : Collection
$key string
return Collection
    public function fetch($key)
    {
        return new static(array_fetch($this->toArray(), $key));
    }