PHP 클래스 Pimcore\Model\User\Workspace\AbstractWorkspace

상속: extends Pimcore\Model\AbstractModel
파일 보기 프로젝트 열기: pimcore/pimcore

공개 프로퍼티들

프로퍼티 타입 설명
$cid integer
$cpath string
$create boolean
$delete boolean
$list boolean
$properties boolean
$publish boolean
$rename boolean
$settings boolean
$userId integer
$versions boolean
$view boolean

공개 메소드들

메소드 설명
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 )

메소드 상세

getCid() 공개 메소드

public getCid ( ) : integer
리턴 integer

getCpath() 공개 메소드

public getCpath ( ) : string
리턴 string

getCreate() 공개 메소드

public getCreate ( ) : boolean
리턴 boolean

getDelete() 공개 메소드

public getDelete ( ) : boolean
리턴 boolean

getList() 공개 메소드

public getList ( ) : boolean
리턴 boolean

getProperties() 공개 메소드

public getProperties ( ) : boolean
리턴 boolean

getPublish() 공개 메소드

public getPublish ( ) : boolean
리턴 boolean

getRename() 공개 메소드

public getRename ( ) : boolean
리턴 boolean

getSettings() 공개 메소드

public getSettings ( ) : boolean
리턴 boolean

getUserId() 공개 메소드

public getUserId ( ) : integer
리턴 integer

getVersions() 공개 메소드

public getVersions ( ) : boolean
리턴 boolean

getView() 공개 메소드

public getView ( ) : boolean
리턴 boolean

setCid() 공개 메소드

public setCid ( $cid )
$cid

setCpath() 공개 메소드

public setCpath ( $cpath )
$cpath

setCreate() 공개 메소드

public setCreate ( $create )
$create

setDelete() 공개 메소드

public setDelete ( $delete )
$delete

setList() 공개 메소드

public setList ( $list )
$list

setProperties() 공개 메소드

public setProperties ( $properties )
$properties

setPublish() 공개 메소드

public setPublish ( $publish )
$publish

setRename() 공개 메소드

public setRename ( $rename )
$rename

setSettings() 공개 메소드

public setSettings ( $settings )
$settings

setUserId() 공개 메소드

public setUserId ( $userId )
$userId

setVersions() 공개 메소드

public setVersions ( $versions )
$versions

setView() 공개 메소드

public setView ( $view )
$view

프로퍼티 상세

$cid 공개적으로 프로퍼티

public int $cid
리턴 integer

$cpath 공개적으로 프로퍼티

public string $cpath
리턴 string

$create 공개적으로 프로퍼티

public bool $create
리턴 boolean

$delete 공개적으로 프로퍼티

public bool $delete
리턴 boolean

$list 공개적으로 프로퍼티

public bool $list
리턴 boolean

$properties 공개적으로 프로퍼티

public bool $properties
리턴 boolean

$publish 공개적으로 프로퍼티

public bool $publish
리턴 boolean

$rename 공개적으로 프로퍼티

public bool $rename
리턴 boolean

$settings 공개적으로 프로퍼티

public bool $settings
리턴 boolean

$userId 공개적으로 프로퍼티

public int $userId
리턴 integer

$versions 공개적으로 프로퍼티

public bool $versions
리턴 boolean

$view 공개적으로 프로퍼티

public bool $view
리턴 boolean