PHP 클래스 Gp

The followings are the available columns in table 'Gp':
상속: extends BaseActiveRecordVersioned
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$use_pas

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
afterFind ( ) Raise event to allow external data sources to update gp.
instantiate ( $attributes ) Pass through use_pas flag to allow pas supression.

메소드 상세

afterFind() 보호된 메소드

Raise event to allow external data sources to update gp.
또한 보기: CActiveRecord::afterFind()
protected afterFind ( )

attributeLabels() 공개 메소드

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

behaviors() 공개 메소드

public behaviors ( )

getCorrespondenceName() 공개 메소드

getLetterAddress() 공개 메소드

public getLetterAddress ( $params = [] )

getPrefix() 공개 메소드

public getPrefix ( )

instantiate() 보호된 메소드

Pass through use_pas flag to allow pas supression.
또한 보기: CActiveRecord::instantiate()
protected instantiate ( $attributes )

model() 공개 정적인 메소드

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

noPas() 공개 메소드

Suppress PAS integration.
public noPas ( ) : Gp
리턴 Gp

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

프로퍼티 상세

$use_pas 공개적으로 프로퍼티

public $use_pas