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
Ejemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function getRoute()
 {
     return $this->contentRoute->setContent($this);
 }