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
コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public function getRoute()
 {
     return $this->contentRoute->setContent($this);
 }