コード例 #1
0
ファイル: Menu.php プロジェクト: tok3/menus
 /**
  * Find and return the given menu collection.
  *
  * @param  string  $key
  * @return \Caffeinated\Menus\Collection
  */
 public function get($key)
 {
     return $this->collection->get($key);
 }