PHP 클래스 eZ\Publish\Core\REST\Server\Controller\URLWildcard

상속: extends eZ\Publish\Core\REST\Server\Controller
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$urlWildcardService eZ\Publish\API\Repository\URLWildcardService URLWildcard service.

공개 메소드들

메소드 설명
__construct ( eZ\Publish\API\Repository\URLWildcardService $urlWildcardService ) Construct controller.
createURLWildcard ( Request $request ) : CreatedURLWildcard Creates a new URL wildcard.
deleteURLWildcard ( $urlWildcardId ) : eZ\Publish\Core\REST\Server\Values\NoContent The given URL wildcard is deleted.
listURLWildcards ( ) : URLWildcardList Returns the list of URL wildcards.
loadURLWildcard ( $urlWildcardId ) : eZ\Publish\API\Repository\Values\Content\URLWildcard Returns the URL wildcard with the given id.

메소드 상세

__construct() 공개 메소드

Construct controller.
public __construct ( eZ\Publish\API\Repository\URLWildcardService $urlWildcardService )
$urlWildcardService eZ\Publish\API\Repository\URLWildcardService

createURLWildcard() 공개 메소드

Creates a new URL wildcard.
public createURLWildcard ( Request $request ) : CreatedURLWildcard
$request Symfony\Component\HttpFoundation\Request
리턴 eZ\Publish\Core\REST\Server\Values\CreatedURLWildcard

deleteURLWildcard() 공개 메소드

The given URL wildcard is deleted.
public deleteURLWildcard ( $urlWildcardId ) : eZ\Publish\Core\REST\Server\Values\NoContent
$urlWildcardId
리턴 eZ\Publish\Core\REST\Server\Values\NoContent

listURLWildcards() 공개 메소드

Returns the list of URL wildcards.
public listURLWildcards ( ) : URLWildcardList
리턴 eZ\Publish\Core\REST\Server\Values\URLWildcardList

loadURLWildcard() 공개 메소드

Returns the URL wildcard with the given id.
public loadURLWildcard ( $urlWildcardId ) : eZ\Publish\API\Repository\Values\Content\URLWildcard
$urlWildcardId
리턴 eZ\Publish\API\Repository\Values\Content\URLWildcard

프로퍼티 상세

$urlWildcardService 보호되어 있는 프로퍼티

URLWildcard service.
protected URLWildcardService,eZ\Publish\API\Repository $urlWildcardService
리턴 eZ\Publish\API\Repository\URLWildcardService