PHP Class eZ\Bundle\EzPublishRestBundle\RequestParser\Router

Inheritance: implements eZ\Publish\Core\REST\Common\RequestParser
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\Routing\RouterInterface $router )
generate ( $type, array $values = [] )
parse ( $url )
parseHref ( $href, $attribute )

Private Methods

Méthode Description
matchesRestRequest ( array $match ) : boolean Checks if a router match response matches a REST resource.

Method Details

__construct() public méthode

public __construct ( Symfony\Component\Routing\RouterInterface $router )
$router Symfony\Component\Routing\RouterInterface

generate() public méthode

public generate ( $type, array $values = [] )
$values array

parse() public méthode

public parse ( $url )

parseHref() public méthode

public parseHref ( $href, $attribute )