PHP 인터페이스 Sulu\Bundle\ContentBundle\Repository\ResourceLocatorRepositoryInterface

파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
delete ( string $path, string $webspaceKey, string $languageCode, null | string $segmentKey = null ) : mixed deletes given resource locator.
generate ( string[] $parts, null | string $parentUuid, string $webspaceKey, string $languageCode, string $templateKey, null | string $segmentKey = null ) : string generates a resource locator with given title.
getHistory ( string $uuid, string $webspaceKey, string $languageCode ) : array

메소드 상세

delete() 공개 메소드

deletes given resource locator.
public delete ( string $path, string $webspaceKey, string $languageCode, null | string $segmentKey = null ) : mixed
$path string
$webspaceKey string
$languageCode string
$segmentKey null | string
리턴 mixed

generate() 공개 메소드

generates a resource locator with given title.
public generate ( string[] $parts, null | string $parentUuid, string $webspaceKey, string $languageCode, string $templateKey, null | string $segmentKey = null ) : string
$parts string[] parts of title
$parentUuid null | string uuid of parent node (can be null)
$webspaceKey string
$languageCode string
$templateKey string
$segmentKey null | string
리턴 string

getHistory() 공개 메소드

public getHistory ( string $uuid, string $webspaceKey, string $languageCode ) : array
$uuid string
$webspaceKey string
$languageCode string
리턴 array