LFT
  • Namespace
  • Class
  • Tree

Namespaces

  • Docoflow
    • Contracts
    • Entity
    • Facades
    • Models
    • Traits
  • Docolight
    • Agno
      • Traits
    • Container
    • Http
      • Contracts
    • Rest
      • Handler
      • Http
    • Support
      • Debug
      • Traits
  • Docotory
    • Traits
  • None

Classes

  • Workflow
  • WorkflowAction
  • WorkflowActivity
  • WorkflowGroups
  • WorkflowNotification
  • WorkflowState
  • WorkflowStateActivity
  • WorkflowStep
  • WorkflowVerificator

Class WorkflowStateActivity

This is the model class for table "workflow_state_activity".

The followings are the available columns in table 'workflow_state_activity':

CActiveRecord
Extended by Docoflow\Models\WorkflowStateActivity
Namespace: Docoflow\Models
Located at Docoflow/Models/WorkflowStateActivity.php

Methods summary

public CDbConnection
# getDbConnection( )

Get DB Connection

Get DB Connection

Returns

CDbConnection
public static Docoflow\Models\WorkflowStateActivity
# model( string $className = __CLASS__ )

Returns the static model of the specified AR class.

Returns the static model of the specified AR class.

Parameters

$className
active record class name.

Returns

Docoflow\Models\WorkflowStateActivity
the static model class
public string
# tableName( )

Returns

string
the associated database table name
public array
# rules( )

Returns

array
validation rules for model attributes.
public array
# relations( )

Returns

array
relational rules.
public array
# attributeLabels( )

Returns

array
customized attribute labels (name=>label)
public CActiveDataProvider
# search( )

Retrieves a list of models based on the current search/filter conditions.

Retrieves a list of models based on the current search/filter conditions.

Returns

CActiveDataProvider
the data provider that can return the models based on the search/filter conditions.

Properties summary

Magic properties

public integer $id
public integer $activity_id
public integer $state_id
public integer $assignor
public integer $assignee
public float $is_failed
public float $is_notification
public string $notification_subject
public string $notification_body
LFT API documentation generated by ApiGen