Method |
Description |
|
__construct ( array $options = [] ) |
Instantiates the collection, sets param members as properties |
|
allFinished ( ) : Workflow[] |
Returns all existing workflows that have finished |
|
allWithLogs ( ) : Workflow[] |
Returns all existing workflows that contain logs |
|
create ( string $type, array $options = [] ) : Workflow |
Creates a new workflow and adds its data to the collection |
|
fetchWithOperations ( array $options = [] ) : void |
Fetches workflow data hydrated with operations |
|
findLatestWithLogs ( ) : Workflow | null |
Get most-recent workflow from existing collection that has logs |
|
getOwnerObject ( ) : mixed |
Returns the object which controls this collection |
|
getUrl ( ) : string |
Get the URL for this model |
|
lastCreatedAt ( ) : integer | null |
Get timestamp of most recently created Workflow |
|
lastFinishedAt ( ) : integer | null |
Get timestamp of most recently finished workflow |
|