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

addHistory() public method

public addHistory ( Sulu\Bundle\RouteBundle\Model\RouteInterface $history )
$history Sulu\Bundle\RouteBundle\Model\RouteInterface
    public function addHistory(RouteInterface $history)
    {
        $this->histories[] = $history;
        return $this;
    }