Property | Type | Description | |
---|---|---|---|
$cid | integer | ||
$ctype | string | ||
$state | string | ||
$status | string | ||
$workflowId | integer |
Method | Description | |
---|---|---|
getByPrimary ( $cid, $ctype, $workflowId ) : null | |
||
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 ) |
public static getByPrimary ( $cid, $ctype, $workflowId ) : null | |
||
$cid | ||
$ctype | ||
$workflowId | ||
return | null | |