コード例 #1
0
 /**
  * @param      $pageId
  * @param bool $forceFileName
  *
  * @return null|string
  */
 protected function getPageUrl($pageId, $forceFileName = true)
 {
     return $this->structure->getPageUrl($pageId, $forceFileName);
 }