PHP Class Gp

The followings are the available columns in table 'Gp':
Inheritance: extends BaseActiveRecordVersioned
Datei anzeigen Open project: openeyes/openeyes Class Usage Examples

Public Properties

Property Type Description
$use_pas

Public Methods

Method Description
attributeLabels ( ) : array
behaviors ( )
getCorrespondenceName ( )
getLetterAddress ( $params = [] )
getPrefix ( )
model ( $className = __CLASS__ ) : Gp Returns the static model of the specified AR class.
noPas ( ) : Gp Suppress PAS integration.
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

Protected Methods

Method Description
afterFind ( ) Raise event to allow external data sources to update gp.
instantiate ( $attributes ) Pass through use_pas flag to allow pas supression.

Method Details

afterFind() protected method

Raise event to allow external data sources to update gp.
See also: CActiveRecord::afterFind()
protected afterFind ( )

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)

behaviors() public method

public behaviors ( )

getCorrespondenceName() public method

getLetterAddress() public method

public getLetterAddress ( $params = [] )

getPrefix() public method

public getPrefix ( )

instantiate() protected method

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

model() public static method

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : Gp
return Gp the static model class

noPas() public method

Suppress PAS integration.
public noPas ( ) : Gp
return Gp

relations() public method

public relations ( ) : array
return array relational rules.

rules() public method

public rules ( ) : array
return array validation rules for model attributes.

tableName() public method

public tableName ( ) : string
return string the associated database table name

Property Details

$use_pas public_oe property

public $use_pas