PHP Класс Type

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

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

Метод Описание
attributeDescriptions ( ) : array
attributeLabels ( ) : array
getAttributeGroups ( ) : array
model ( $className = __CLASS__ ) : Type 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.
storeTypeAttributes ( array $attributes ) : boolean
tableName ( ) : string

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

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

public attributeDescriptions ( ) : array
Результат array customized attribute descriptions (name=>description)

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

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

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

public getAttributeGroups ( ) : array
Результат array

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

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

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

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

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

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

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

public storeTypeAttributes ( array $attributes ) : boolean
$attributes array
Результат boolean

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

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