PHP 클래스 Pimcore\Model\Element\WorkflowState

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

공개 프로퍼티들

프로퍼티 타입 설명
$cid integer
$ctype string
$state string
$status string
$workflowId integer

공개 메소드들

메소드 설명
getByPrimary ( $cid, $ctype, $workflowId ) : null | WorkflowState
getCid ( ) : integer
getCtype ( ) : string
getState ( ) : string
getStatus ( ) : string
getWorkflowId ( ) : integer
setCid ( integer $cid )
setCtype ( string $ctype )
setState ( string $state )
setStatus ( string $status )
setWorkflowId ( integer $workflowId )

메소드 상세

getByPrimary() 공개 정적인 메소드

public static getByPrimary ( $cid, $ctype, $workflowId ) : null | WorkflowState
$cid
$ctype
$workflowId
리턴 null | WorkflowState

getCid() 공개 메소드

public getCid ( ) : integer
리턴 integer

getCtype() 공개 메소드

public getCtype ( ) : string
리턴 string

getState() 공개 메소드

public getState ( ) : string
리턴 string

getStatus() 공개 메소드

public getStatus ( ) : string
리턴 string

getWorkflowId() 공개 메소드

public getWorkflowId ( ) : integer
리턴 integer

setCid() 공개 메소드

public setCid ( integer $cid )
$cid integer

setCtype() 공개 메소드

public setCtype ( string $ctype )
$ctype string

setState() 공개 메소드

public setState ( string $state )
$state string

setStatus() 공개 메소드

public setStatus ( string $status )
$status string

setWorkflowId() 공개 메소드

public setWorkflowId ( integer $workflowId )
$workflowId integer

프로퍼티 상세

$cid 공개적으로 프로퍼티

public int $cid
리턴 integer

$ctype 공개적으로 프로퍼티

public string $ctype
리턴 string

$state 공개적으로 프로퍼티

public string $state
리턴 string

$status 공개적으로 프로퍼티

public string $status
리턴 string

$workflowId 공개적으로 프로퍼티

public int $workflowId
리턴 integer