Sulu\Bundle\RouteBundle\Entity\BaseRoute::setTarget PHP Method

setTarget() public method

public setTarget ( Sulu\Bundle\RouteBundle\Model\RouteInterface $target )
$target Sulu\Bundle\RouteBundle\Model\RouteInterface
    public function setTarget(RouteInterface $target)
    {
        $this->target = $target;
        return $this;
    }