PHP Class Pimcore\Model\Element\WorkflowState

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

Méthodes publiques

Свойство Type Description
$cid integer
$ctype string
$state string
$status string
$workflowId integer

Méthodes publiques

Méthode 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 méthode

public static getByPrimary ( $cid, $ctype, $workflowId ) : null | WorkflowState
$cid
$ctype
$workflowId
Résultat null | WorkflowState

getCid() public méthode

public getCid ( ) : integer
Résultat integer

getCtype() public méthode

public getCtype ( ) : string
Résultat string

getState() public méthode

public getState ( ) : string
Résultat string

getStatus() public méthode

public getStatus ( ) : string
Résultat string

getWorkflowId() public méthode

public getWorkflowId ( ) : integer
Résultat integer

setCid() public méthode

public setCid ( integer $cid )
$cid integer

setCtype() public méthode

public setCtype ( string $ctype )
$ctype string

setState() public méthode

public setState ( string $state )
$state string

setStatus() public méthode

public setStatus ( string $status )
$status string

setWorkflowId() public méthode

public setWorkflowId ( integer $workflowId )
$workflowId integer

Property Details

$cid public_oe property

public int $cid
Résultat integer

$ctype public_oe property

public string $ctype
Résultat string

$state public_oe property

public string $state
Résultat string

$status public_oe property

public string $status
Résultat string

$workflowId public_oe property

public int $workflowId
Résultat integer