PHP Class Referral

The followings are the available columns in table 'tbl_referral':
Inheritance: extends CActiveRecord
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Méthodes publiques

Свойство Type Description
$use_pas

Méthodes publiques

Méthode Description
attributeLabels ( ) : array
getActiveRTT ( ) : RTT[] Get the active RTTs attached to this referral.
getDescription ( ) : string Returns string description of the referral.
model ( $className = __CLASS__ ) : Referral Returns the static model of the specified AR class.
noPas ( ) : Referral Suppress PAS integration.
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

Méthodes protégées

Méthode Description
instantiate ( $attributes ) Pass through use_pas flag to allow pas supression.

Method Details

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)

getActiveRTT() public méthode

Get the active RTTs attached to this referral.
public getActiveRTT ( ) : RTT[]
Résultat RTT[]

getDescription() public méthode

Returns string description of the referral.
public getDescription ( ) : string
Résultat string

instantiate() protected méthode

Pass through use_pas flag to allow pas supression.
See also: CActiveRecord::instantiate()
protected instantiate ( $attributes )

model() public static méthode

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : Referral
Résultat Referral the static model class

noPas() public méthode

Suppress PAS integration.
public noPas ( ) : Referral
Résultat Referral

relations() public méthode

public relations ( ) : array
Résultat array relational rules.

rules() public méthode

public rules ( ) : array
Résultat array validation rules for model attributes.

tableName() public méthode

public tableName ( ) : string
Résultat string the associated database table name

Property Details

$use_pas public_oe property

public $use_pas