PHP Класс TaxRate

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

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

Метод Описание
attributeLabels ( ) : array
getDateAdded ( $withTime = false )
getDateModified ( $withTime = false )
getType ( )
model ( string $className = __CLASS__ ) : TaxRate Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
tableName ( ) : string

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

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

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

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

public getDateAdded ( $withTime = false )

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

public getDateModified ( $withTime = false )

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

public getType ( )

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

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