PHP Класс OEModule\PASAPI\models\XpathRemap

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

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

Метод Описание
attributeLabels ( ) : array
findAllByXpath ( string $xpath = '/' ) : CActiveRecord[] Simple wrapper function for getting the remaps for a specific Xpath.
model ( $className = __CLASS__ ) : PasApiAssignment 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)

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

Simple wrapper function for getting the remaps for a specific Xpath.
public findAllByXpath ( string $xpath = '/' ) : CActiveRecord[]
$xpath string
Результат CActiveRecord[]

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

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : PasApiAssignment
Результат PasApiAssignment 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