Example #1
0
 /**
  * Fetch a nested element of the collection.
  *
  * @param  string  $key
  * @return Collection
  */
 public function fetch($key)
 {
     return new self(Arrays::fetch($this->_items, $key));
 }