Interface IURIStrategy
IURIStrategy Interface
Direct known implementers
Phramework\URIStrategy\ClassBased
,
Phramework\URIStrategy\URITemplate
Namespace: Phramework\URIStrategy
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 1.0.0
Located at URIStrategy/IURIStrategy.php
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 1.0.0
Located at URIStrategy/IURIStrategy.php
Methods summary
public
string[2]
|
#
invoke( object & $requestParameters, string $requestMethod, array $requestHeaders, object|false $requestUser )
Invoke URIStrategy, the implementation of this method MUST associate the
request and invoke the apropriate method to handle this request.
Invokes to handler method MUST at least define
|