Method | Description | |
---|---|---|
__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 |
public attributeLocations ( ) : array | ||
return | array | customized attribute locations (name=>location) |
public getLetterAddress ( unknown $params = [] ) : array() | ||
$params | unknown | |
return | array() |
public static model ( $className = __CLASS__ ) : ContactLocation | ||
return | ContactLocation | the static model class |
public search ( ) : CActiveDataProvider | ||
return | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |