PHP 클래스 Pimcore\Model\Tool\TmpStore

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

공개 프로퍼티들

프로퍼티 타입 설명
$data string
$date integer
$expiryDate integer
$id string
$serialized boolean
$tag string

보호된 프로퍼티들

프로퍼티 타입 설명
$instance Lock

공개 메소드들

메소드 설명
add ( $id, $data, null $tag = null, null $lifetime = null ) : mixed
cleanup ( )
delete ( $id ) : mixed
get ( $id ) : null | TmpStore
getData ( ) : string
getDate ( ) : integer
getExpiryDate ( ) : integer
getId ( ) : string
getIdsByTag ( $tag ) : array
getTag ( ) : string
isSerialized ( ) : boolean
setData ( string $data )
setDate ( integer $date )
setExpiryDate ( integer $expiryDate )
setId ( string $id )
setSerialized ( boolean $serialized )
setTag ( string $tag )
update ( null $lifetime = null ) : mixed

보호된 메소드들

메소드 설명
getInstance ( ) : Lock

메소드 상세

add() 공개 정적인 메소드

public static add ( $id, $data, null $tag = null, null $lifetime = null ) : mixed
$id
$data
$tag null
$lifetime null
리턴 mixed

cleanup() 공개 정적인 메소드

public static cleanup ( )

delete() 공개 정적인 메소드

public static delete ( $id ) : mixed
$id
리턴 mixed

get() 공개 정적인 메소드

public static get ( $id ) : null | TmpStore
$id
리턴 null | TmpStore

getData() 공개 메소드

public getData ( ) : string
리턴 string

getDate() 공개 메소드

public getDate ( ) : integer
리턴 integer

getExpiryDate() 공개 메소드

public getExpiryDate ( ) : integer
리턴 integer

getId() 공개 메소드

public getId ( ) : string
리턴 string

getIdsByTag() 공개 정적인 메소드

public static getIdsByTag ( $tag ) : array
$tag
리턴 array

getInstance() 보호된 정적인 메소드

protected static getInstance ( ) : Lock
리턴 Lock

getTag() 공개 메소드

public getTag ( ) : string
리턴 string

isSerialized() 공개 메소드

public isSerialized ( ) : boolean
리턴 boolean

setData() 공개 메소드

public setData ( string $data )
$data string

setDate() 공개 메소드

public setDate ( integer $date )
$date integer

setExpiryDate() 공개 메소드

public setExpiryDate ( integer $expiryDate )
$expiryDate integer

setId() 공개 메소드

public setId ( string $id )
$id string

setSerialized() 공개 메소드

public setSerialized ( boolean $serialized )
$serialized boolean

setTag() 공개 메소드

public setTag ( string $tag )
$tag string

update() 공개 메소드

public update ( null $lifetime = null ) : mixed
$lifetime null
리턴 mixed

프로퍼티 상세

$data 공개적으로 프로퍼티

public string $data
리턴 string

$date 공개적으로 프로퍼티

public int $date
리턴 integer

$expiryDate 공개적으로 프로퍼티

public int $expiryDate
리턴 integer

$id 공개적으로 프로퍼티

public string $id
리턴 string

$instance 보호되어 있는 정적으로 프로퍼티

protected static Lock,Pimcore\Model\Tool $instance
리턴 Lock

$serialized 공개적으로 프로퍼티

public bool $serialized
리턴 boolean

$tag 공개적으로 프로퍼티

public string $tag
리턴 string