PHP Class eZ\Bundle\EzPublishRestBundle\CorsOptions\RestProvider
Uses the REST OPTIONS routes allowedMethods attribute to provide the list of methods allowed for an URI.
ファイルを表示
Open project: ezsystems/ezpublish-kernel
Protected Properties
Property |
Type |
Description |
|
$requestMatcher |
Symfony\Component\Routing\Matcher\RequestMatcherInterface |
|
|
Public Methods
Method |
Description |
|
__construct ( Symfony\Component\Routing\Matcher\RequestMatcherInterface $requestMatcher ) |
|
|
getOptions ( Request $request ) : array |
Returns allowed CORS methods for a REST route. |
|
Protected Methods
Method Details
__construct()
public method
public __construct ( Symfony\Component\Routing\Matcher\RequestMatcherInterface $requestMatcher ) |
$requestMatcher |
Symfony\Component\Routing\Matcher\RequestMatcherInterface |
|
getAllowedMethods()
protected method
getOptions()
public method
Returns allowed CORS methods for a REST route.
public getOptions ( Request $request ) : array |
$request |
Symfony\Component\HttpFoundation\Request |
|
return |
array |
|
Property Details
$requestMatcher protected_oe property
protected RequestMatcherInterface,Symfony\Component\Routing\Matcher $requestMatcher |
return |
Symfony\Component\Routing\Matcher\RequestMatcherInterface |
|