コード例 #1
0
ファイル: PageManager.php プロジェクト: coandacms/coanda-core
 /**
  * @param $page_id
  * @return mixed
  */
 public function getVersionCountForPage($page_id)
 {
     return $this->repository->getVersionCountForPage($page_id);
 }