PHP Класс Period

Автор: Magnus Rosenbaum ([email protected])
Наследование: extends Relation
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__toString ( )
model ( $className = __CLASS__ ) : Period Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
tableName ( ) : string

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

__toString() публичный метод

public __toString ( )

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

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