PHP Class Pimcore\Model\Element\Editlock

Inheritance: extends Pimcore\Model\AbstractModel
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$cid integer
$cpath
$ctype string
$date integer
$id integer
$sessionId string
$userId integer

Méthodes publiques

Méthode Description
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

Method Details

clearSession() public static méthode

public static clearSession ( $sessionId ) : boolean | null
$sessionId
Résultat boolean | null

getByElement() public static méthode

public static getByElement ( $cid, $ctype ) : null | Editlock
$cid
$ctype
Résultat null | Editlock

getCid() public méthode

public getCid ( ) : integer
Résultat integer

getCpath() public méthode

public getCpath ( )

getCtype() public méthode

public getCtype ( ) : string
Résultat string

getDate() public méthode

public getDate ( ) : integer
Résultat integer

getId() public méthode

public getId ( ) : integer
Résultat integer

getSessionId() public méthode

public getSessionId ( ) : string
Résultat string

getUser() public méthode

public getUser ( ) : User
Résultat User

getUserId() public méthode

public getUserId ( ) : integer
Résultat integer

isLocked() public static méthode

public static isLocked ( $cid, $ctype ) : boolean
$cid
$ctype
Résultat boolean

lock() public static méthode

public static lock ( $cid, $ctype ) : boolean | Editlock
$cid
$ctype
Résultat boolean | Editlock

setCid() public méthode

public setCid ( $cid )

setCpath() public méthode

public setCpath ( $cpath )
$cpath

setCtype() public méthode

public setCtype ( string $ctype ) : void
$ctype string
Résultat void

setDate() public méthode

public setDate ( integer $date ) : void
$date integer
Résultat void

setId() public méthode

public setId ( integer $id )
$id integer

setSessionId() public méthode

public setSessionId ( string $sessionId ) : void
$sessionId string
Résultat void

setUser() public méthode

public setUser ( User $user ) : void
$user User
Résultat void

setUserId() public méthode

public setUserId ( integer $userId ) : void
$userId integer
Résultat void

unlock() public static méthode

public static unlock ( $cid, $ctype ) : boolean
$cid
$ctype
Résultat boolean

Property Details

$cid public_oe property

public int $cid
Résultat integer

$cpath public_oe property

public $cpath

$ctype public_oe property

public string $ctype
Résultat string

$date public_oe property

public int $date
Résultat integer

$id public_oe property

public int $id
Résultat integer

$sessionId public_oe property

public string $sessionId
Résultat string

$userId public_oe property

public int $userId
Résultat integer