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));
    }