PHP 클래스 Pimcore\Model\Tool\UUID

상속: extends Pimcore\Model\AbstractModel
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$instanceIdentifier
$itemId
$type
$uuid

보호된 프로퍼티들

프로퍼티 타입 설명
$item

공개 메소드들

메소드 설명
create ( $item ) : static
createUuid ( ) : mixed
getByItem ( $item ) : UUID
getByUuid ( $uuid ) : mixed
getInstanceIdentifier ( )
getItemId ( ) : mixed
getType ( ) : mixed
getUuid ( ) : mixed
setInstanceIdentifier ( $instanceIdentifier )
setItem ( $item )
setItemId ( $id )
setSystemInstanceIdentifier ( )
setType ( $type )
setUuid ( $uuid )

메소드 상세

create() 공개 정적인 메소드

public static create ( $item ) : static
$item
리턴 static

createUuid() 공개 메소드

public createUuid ( ) : mixed
리턴 mixed

getByItem() 공개 정적인 메소드

public static getByItem ( $item ) : UUID
$item
리턴 UUID

getByUuid() 공개 정적인 메소드

public static getByUuid ( $uuid ) : mixed
$uuid
리턴 mixed

getInstanceIdentifier() 공개 메소드

getItemId() 공개 메소드

public getItemId ( ) : mixed
리턴 mixed

getType() 공개 메소드

public getType ( ) : mixed
리턴 mixed

getUuid() 공개 메소드

public getUuid ( ) : mixed
리턴 mixed

setInstanceIdentifier() 공개 메소드

public setInstanceIdentifier ( $instanceIdentifier )

setItem() 공개 메소드

public setItem ( $item )
$item

setItemId() 공개 메소드

public setItemId ( $id )
$id

setSystemInstanceIdentifier() 공개 메소드

setType() 공개 메소드

public setType ( $type )
$type

setUuid() 공개 메소드

public setUuid ( $uuid )
$uuid

프로퍼티 상세

$instanceIdentifier 공개적으로 프로퍼티

public $instanceIdentifier

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

protected $item

$itemId 공개적으로 프로퍼티

public $itemId

$type 공개적으로 프로퍼티

public $type

$uuid 공개적으로 프로퍼티

public $uuid