PHP Class Pimcore\Model\User\Workspace\AbstractWorkspace

Inheritance: extends Pimcore\Model\AbstractModel
Show file Open project: pimcore/pimcore

Public Properties

Property 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

Public Methods

Method 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 method

public getCid ( ) : integer
return integer

getCpath() public method

public getCpath ( ) : string
return string

getCreate() public method

public getCreate ( ) : boolean
return boolean

getDelete() public method

public getDelete ( ) : boolean
return boolean

getList() public method

public getList ( ) : boolean
return boolean

getProperties() public method

public getProperties ( ) : boolean
return boolean

getPublish() public method

public getPublish ( ) : boolean
return boolean

getRename() public method

public getRename ( ) : boolean
return boolean

getSettings() public method

public getSettings ( ) : boolean
return boolean

getUserId() public method

public getUserId ( ) : integer
return integer

getVersions() public method

public getVersions ( ) : boolean
return boolean

getView() public method

public getView ( ) : boolean
return boolean

setCid() public method

public setCid ( $cid )
$cid

setCpath() public method

public setCpath ( $cpath )
$cpath

setCreate() public method

public setCreate ( $create )
$create

setDelete() public method

public setDelete ( $delete )
$delete

setList() public method

public setList ( $list )
$list

setProperties() public method

public setProperties ( $properties )
$properties

setPublish() public method

public setPublish ( $publish )
$publish

setRename() public method

public setRename ( $rename )
$rename

setSettings() public method

public setSettings ( $settings )
$settings

setUserId() public method

public setUserId ( $userId )
$userId

setVersions() public method

public setVersions ( $versions )
$versions

setView() public method

public setView ( $view )
$view

Property Details

$cid public property

public int $cid
return integer

$cpath public property

public string $cpath
return string

$create public property

public bool $create
return boolean

$delete public property

public bool $delete
return boolean

$list public property

public bool $list
return boolean

$properties public property

public bool $properties
return boolean

$publish public property

public bool $publish
return boolean

$rename public property

public bool $rename
return boolean

$settings public property

public bool $settings
return boolean

$userId public property

public int $userId
return integer

$versions public property

public bool $versions
return boolean

$view public property

public bool $view
return boolean