PHP 클래스 eZ\Publish\Core\Persistence\Legacy\User\Role\LimitationHandler\ObjectStateHandler

Takes care of Converting a Policy limitation from Legacy value to spi value accepted by API.
상속: extends eZ\Publish\Core\Persistence\Legacy\User\Role\LimitationHandler
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
toLegacy ( eZ\Publish\SPI\Persistence\User\Policy $policy ) Translate API STATE limitation to Legacy StateGroup_ limitations.
toSPI ( eZ\Publish\SPI\Persistence\User\Policy $policy ) Translate Legacy StateGroup_ limitations to API STATE limitation.

보호된 메소드들

메소드 설명
getGroupMap ( array $limitIds = null ) Query for groups identifiers and id's.

메소드 상세

getGroupMap() 보호된 메소드

Query for groups identifiers and id's.
protected getGroupMap ( array $limitIds = null )
$limitIds array

toLegacy() 공개 메소드

Translate API STATE limitation to Legacy StateGroup_ limitations.
public toLegacy ( eZ\Publish\SPI\Persistence\User\Policy $policy )
$policy eZ\Publish\SPI\Persistence\User\Policy

toSPI() 공개 메소드

Translate Legacy StateGroup_ limitations to API STATE limitation.
public toSPI ( eZ\Publish\SPI\Persistence\User\Policy $policy )
$policy eZ\Publish\SPI\Persistence\User\Policy