PHP 클래스 Pimcore\Model\Element\Editlock

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

공개 프로퍼티들

프로퍼티 타입 설명
$cid integer
$cpath
$ctype string
$date integer
$id integer
$sessionId string
$userId integer

공개 메소드들

메소드 설명
clearSession ( $sessionId ) : boolean | null
getByElement ( $cid, $ctype ) : null | Editlock
getCid ( ) : integer
getCpath ( )
getCtype ( ) : string
getDate ( ) : integer
getId ( ) : integer
getSessionId ( ) : string
getUser ( ) : User
getUserId ( ) : integer
isLocked ( $cid, $ctype ) : boolean
lock ( $cid, $ctype ) : boolean | Editlock
setCid ( $cid )
setCpath ( $cpath )
setCtype ( string $ctype ) : void
setDate ( integer $date ) : void
setId ( integer $id )
setSessionId ( string $sessionId ) : void
setUser ( User $user ) : void
setUserId ( integer $userId ) : void
unlock ( $cid, $ctype ) : boolean

메소드 상세

clearSession() 공개 정적인 메소드

public static clearSession ( $sessionId ) : boolean | null
$sessionId
리턴 boolean | null

getByElement() 공개 정적인 메소드

public static getByElement ( $cid, $ctype ) : null | Editlock
$cid
$ctype
리턴 null | Editlock

getCid() 공개 메소드

public getCid ( ) : integer
리턴 integer

getCpath() 공개 메소드

public getCpath ( )

getCtype() 공개 메소드

public getCtype ( ) : string
리턴 string

getDate() 공개 메소드

public getDate ( ) : integer
리턴 integer

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getSessionId() 공개 메소드

public getSessionId ( ) : string
리턴 string

getUser() 공개 메소드

public getUser ( ) : User
리턴 User

getUserId() 공개 메소드

public getUserId ( ) : integer
리턴 integer

isLocked() 공개 정적인 메소드

public static isLocked ( $cid, $ctype ) : boolean
$cid
$ctype
리턴 boolean

lock() 공개 정적인 메소드

public static lock ( $cid, $ctype ) : boolean | Editlock
$cid
$ctype
리턴 boolean | Editlock

setCid() 공개 메소드

public setCid ( $cid )

setCpath() 공개 메소드

public setCpath ( $cpath )
$cpath

setCtype() 공개 메소드

public setCtype ( string $ctype ) : void
$ctype string
리턴 void

setDate() 공개 메소드

public setDate ( integer $date ) : void
$date integer
리턴 void

setId() 공개 메소드

public setId ( integer $id )
$id integer

setSessionId() 공개 메소드

public setSessionId ( string $sessionId ) : void
$sessionId string
리턴 void

setUser() 공개 메소드

public setUser ( User $user ) : void
$user User
리턴 void

setUserId() 공개 메소드

public setUserId ( integer $userId ) : void
$userId integer
리턴 void

unlock() 공개 정적인 메소드

public static unlock ( $cid, $ctype ) : boolean
$cid
$ctype
리턴 boolean

프로퍼티 상세

$cid 공개적으로 프로퍼티

public int $cid
리턴 integer

$cpath 공개적으로 프로퍼티

public $cpath

$ctype 공개적으로 프로퍼티

public string $ctype
리턴 string

$date 공개적으로 프로퍼티

public int $date
리턴 integer

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$sessionId 공개적으로 프로퍼티

public string $sessionId
리턴 string

$userId 공개적으로 프로퍼티

public int $userId
리턴 integer