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

setOptions() public method

Prevent setting the default 'compiler_class' so that we do not persist it
public setOptions ( array $options )
$options array
    public function setOptions(array $options)
    {
        return $this->addOptions($options);
    }