Orno\Route\RouteStrategyInterface::setStrategy PHP Method

setStrategy() public method

Tells the implementor which strategy to use, this should override any higher level setting of strategies, such as on specific routes
public setStrategy ( integer $strategy ) : void
$strategy integer
return void
    public function setStrategy($strategy);
RouteStrategyInterface