PHP Класс ContactLocation

The followings are the available columns in table 'contact_location':
Наследование: extends BaseActiveRecordVersioned
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__toString ( ) : string
attributeLocations ( ) : array
behaviors ( )
getLetterAddress ( unknown $params = [] ) : array() gets a letter address for this contact location.
getLetterArray ( $include_country )
getPatients ( )
model ( $className = __CLASS__ ) : ContactLocation 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

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

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

public __toString ( ) : string
Результат string

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

public attributeLocations ( ) : array
Результат array customized attribute locations (name=>location)

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

public behaviors ( )

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

gets a letter address for this contact location.
public getLetterAddress ( unknown $params = [] ) : array()
$params unknown
Результат array()

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

public getLetterArray ( $include_country )

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

public getPatients ( )

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

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