getPath() public method

public getPath ( ) : string
return string
コード例 #1
0
ファイル: Page.php プロジェクト: networking/init-cms-bundle
 /**
  * {@inheritDoc}
  */
 public function getRoute()
 {
     return ContentRouteManager::generateRoute($this->contentRoute, $this->contentRoute->getPath(), $this);
 }