PHP Interface Orno\Route\RouteStrategyInterface

Afficher le fichier Open project: orno/route

Méthodes publiques

Méthode Description
getStrategy ( ) : integer Gets global strategy
setStrategy ( integer $strategy ) : void Tells the implementor which strategy to use, this should override any higher level setting of strategies, such as on specific routes

Method Details

getStrategy() public méthode

Gets global strategy
public getStrategy ( ) : integer
Résultat integer

setStrategy() public méthode

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
Résultat void