PHP Class Pimcore\Model\Element\WorkflowState

Inheritance: extends Pimcore\Model\AbstractModel
Datei anzeigen Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$cid integer
$ctype string
$state string
$status string
$workflowId integer

Public Methods

Method Description
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 )

Method Details

getByPrimary() public static method

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

getCid() public method

public getCid ( ) : integer
return integer

getCtype() public method

public getCtype ( ) : string
return string

getState() public method

public getState ( ) : string
return string

getStatus() public method

public getStatus ( ) : string
return string

getWorkflowId() public method

public getWorkflowId ( ) : integer
return integer

setCid() public method

public setCid ( integer $cid )
$cid integer

setCtype() public method

public setCtype ( string $ctype )
$ctype string

setState() public method

public setState ( string $state )
$state string

setStatus() public method

public setStatus ( string $status )
$status string

setWorkflowId() public method

public setWorkflowId ( integer $workflowId )
$workflowId integer

Property Details

$cid public_oe property

public int $cid
return integer

$ctype public_oe property

public string $ctype
return string

$state public_oe property

public string $state
return string

$status public_oe property

public string $status
return string

$workflowId public_oe property

public int $workflowId
return integer