PHP Класс OEModule\OphCiExamination\models\OphCiExamination_Workflow_Rule

Наследование: extends BaseActiveRecordVersioned
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
attributeLabels ( ) : array
beforeValidate ( )
findWorkflow ( integer $firm_id, integer $status_id ) : OphCiExamination_Workflow Finds the best matching workflow.
findWorkflowCascading ( $firm_id, $status_id ) : mixed | null
model ( $className = __CLASS__ ) : OphCiExamination_Workflow_Rule Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

Описание методов

attributeLabels() публичный Метод

public attributeLabels ( ) : array
Результат array customized attribute labels (name=>label)

beforeValidate() публичный Метод

public beforeValidate ( )

findWorkflow() публичный Метод

Finds the best matching workflow.
public findWorkflow ( integer $firm_id, integer $status_id ) : OphCiExamination_Workflow
$firm_id integer
$status_id integer
Результат OphCiExamination_Workflow

findWorkflowCascading() публичный Метод

public findWorkflowCascading ( $firm_id, $status_id ) : mixed | null
$firm_id
$status_id
Результат mixed | null

model() публичный статический Метод

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : OphCiExamination_Workflow_Rule
Результат OphCiExamination_Workflow_Rule the static model class

relations() публичный Метод

public relations ( ) : array
Результат array relational rules.

rules() публичный Метод

public rules ( ) : array
Результат array validation rules for model attributes.

tableName() публичный Метод

public tableName ( ) : string
Результат string the associated database table name