PHP Class Pimcore\Model\User\Workspace\AbstractWorkspace

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

Méthodes publiques

Свойство Type Description
$cid integer
$cpath string
$create boolean
$delete boolean
$list boolean
$properties boolean
$publish boolean
$rename boolean
$settings boolean
$userId integer
$versions boolean
$view boolean

Méthodes publiques

Méthode Description
getCid ( ) : integer
getCpath ( ) : string
getCreate ( ) : boolean
getDelete ( ) : boolean
getList ( ) : boolean
getProperties ( ) : boolean
getPublish ( ) : boolean
getRename ( ) : boolean
getSettings ( ) : boolean
getUserId ( ) : integer
getVersions ( ) : boolean
getView ( ) : boolean
setCid ( $cid )
setCpath ( $cpath )
setCreate ( $create )
setDelete ( $delete )
setList ( $list )
setProperties ( $properties )
setPublish ( $publish )
setRename ( $rename )
setSettings ( $settings )
setUserId ( $userId )
setVersions ( $versions )
setView ( $view )

Method Details

getCid() public méthode

public getCid ( ) : integer
Résultat integer

getCpath() public méthode

public getCpath ( ) : string
Résultat string

getCreate() public méthode

public getCreate ( ) : boolean
Résultat boolean

getDelete() public méthode

public getDelete ( ) : boolean
Résultat boolean

getList() public méthode

public getList ( ) : boolean
Résultat boolean

getProperties() public méthode

public getProperties ( ) : boolean
Résultat boolean

getPublish() public méthode

public getPublish ( ) : boolean
Résultat boolean

getRename() public méthode

public getRename ( ) : boolean
Résultat boolean

getSettings() public méthode

public getSettings ( ) : boolean
Résultat boolean

getUserId() public méthode

public getUserId ( ) : integer
Résultat integer

getVersions() public méthode

public getVersions ( ) : boolean
Résultat boolean

getView() public méthode

public getView ( ) : boolean
Résultat boolean

setCid() public méthode

public setCid ( $cid )
$cid

setCpath() public méthode

public setCpath ( $cpath )
$cpath

setCreate() public méthode

public setCreate ( $create )
$create

setDelete() public méthode

public setDelete ( $delete )
$delete

setList() public méthode

public setList ( $list )
$list

setProperties() public méthode

public setProperties ( $properties )
$properties

setPublish() public méthode

public setPublish ( $publish )
$publish

setRename() public méthode

public setRename ( $rename )
$rename

setSettings() public méthode

public setSettings ( $settings )
$settings

setUserId() public méthode

public setUserId ( $userId )
$userId

setVersions() public méthode

public setVersions ( $versions )
$versions

setView() public méthode

public setView ( $view )
$view

Property Details

$cid public_oe property

public int $cid
Résultat integer

$cpath public_oe property

public string $cpath
Résultat string

$create public_oe property

public bool $create
Résultat boolean

$delete public_oe property

public bool $delete
Résultat boolean

$list public_oe property

public bool $list
Résultat boolean

$properties public_oe property

public bool $properties
Résultat boolean

$publish public_oe property

public bool $publish
Résultat boolean

$rename public_oe property

public bool $rename
Résultat boolean

$settings public_oe property

public bool $settings
Résultat boolean

$userId public_oe property

public int $userId
Résultat integer

$versions public_oe property

public bool $versions
Résultat boolean

$view public_oe property

public bool $view
Résultat boolean