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 WorkflowState

This is the model class for table "workflow_state".

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

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

Methods summary

public CDbConnection
# getDbConnection( )

Get DB Connection

Get DB Connection

Returns

CDbConnection
public static Docoflow\Models\WorkflowState
# 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\WorkflowState
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 string $name
LFT API documentation generated by ApiGen