コード例 #1
0
ファイル: MenuWidget.php プロジェクト: bono-cms/Menu
 /**
  * Fetches all menu items associated with given web page id
  * 
  * @param string $webPageId
  * @return array
  */
 public function fetchAllByWebPageId($webPageId)
 {
     return $this->prepareResults($this->itemMapper->fetchAllByWebPageId($webPageId));
 }