setContent() public method

Initializes the object to function as a route
public setContent ( Symfony\Cmf\Component\Routing\RouteReferrersReadInterface $content )
$content Symfony\Cmf\Component\Routing\RouteReferrersReadInterface
Exemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function getRoute()
 {
     return $this->contentRoute->setContent($this);
 }