Symfony\Cmf\Bundle\RoutingBundle\Model\Route::setContent PHP Method

setContent() public method

Set the object this url points to.
public setContent ( mixed $object )
$object mixed A content object that can be persisted by the storage layer.
    public function setContent($object)
    {
        $this->content = $object;
        return $this;
    }