PHP 클래스 eZ\Bundle\EzPublishRestBundle\RequestParser\Router

상속: implements eZ\Publish\Core\REST\Common\RequestParser
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Routing\RouterInterface $router )
generate ( $type, array $values = [] )
parse ( $url )
parseHref ( $href, $attribute )

비공개 메소드들

메소드 설명
matchesRestRequest ( array $match ) : boolean Checks if a router match response matches a REST resource.

메소드 상세

__construct() 공개 메소드

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

generate() 공개 메소드

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

parse() 공개 메소드

public parse ( $url )

parseHref() 공개 메소드

public parseHref ( $href, $attribute )