setContent() public method

Set the content of a route
public setContent ( Symfony\Cmf\Component\Routing\RouteReferrersReadInterface $content ) : ContentRoute
$content Symfony\Cmf\Component\Routing\RouteReferrersReadInterface
return ContentRoute
コード例 #1
0
ファイル: Page.php プロジェクト: rapemer/init-cms-bundle
 /**
  * {@inheritDoc}
  */
 public function getRoute()
 {
     return $this->contentRoute->setContent($this);
 }