PHP 클래스 ElementLetter

상속: extends BaseEventTypeElement
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$address_target
$cc_targets
$lock_period_hours
$macro
$source_address the correct cc footer information

공개 메소드들

메소드 설명
afterFind ( )
afterSave ( )
attributeLabels ( ) : array
beforeSave ( )
calculateRe ( $patient )
getAddress_targets ( )
getCcTargets ( )
getContainer_print_view ( )
getContainer_view_view ( )
getCreate_view ( )
getFirm_members ( )
getInfotext ( )
getLetter_macros ( )
getPrint_view ( )
getStringGroups ( )
getUpdate_view ( )
isEditable ( )
model ( $className = __CLASS__ ) : ElementOperation Returns the static model of the specified AR class.
populate_from_macro ( $patient )
relations ( ) : array
renderBody ( )
renderFooter ( )
renderIntroduction ( )
renderSourceAddress ( ) : mixed Single line render of source_address.
renderToAddress ( ) : mixed Single line render of to address.
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
setDefaultOptions ( )
tableName ( ) : string

메소드 상세

afterFind() 공개 메소드

public afterFind ( )

afterSave() 공개 메소드

public afterSave ( )

attributeLabels() 공개 메소드

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

beforeSave() 공개 메소드

public beforeSave ( )

calculateRe() 공개 메소드

public calculateRe ( $patient )

getAddress_targets() 공개 메소드

public getAddress_targets ( )

getCcTargets() 공개 메소드

public getCcTargets ( )

getContainer_print_view() 공개 메소드

getContainer_view_view() 공개 메소드

getCreate_view() 공개 메소드

public getCreate_view ( )

getFirm_members() 공개 메소드

public getFirm_members ( )

getInfotext() 공개 메소드

public getInfotext ( )

getLetter_macros() 공개 메소드

public getLetter_macros ( )

getPrint_view() 공개 메소드

public getPrint_view ( )

getStringGroups() 공개 메소드

public getStringGroups ( )

getUpdate_view() 공개 메소드

public getUpdate_view ( )

isEditable() 공개 메소드

public isEditable ( )

model() 공개 정적인 메소드

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

populate_from_macro() 공개 메소드

public populate_from_macro ( $patient )

relations() 공개 메소드

public relations ( ) : array
리턴 array relational rules.

renderBody() 공개 메소드

public renderBody ( )

renderFooter() 공개 메소드

public renderFooter ( )

renderIntroduction() 공개 메소드

public renderIntroduction ( )

renderSourceAddress() 공개 메소드

Single line render of source_address.
public renderSourceAddress ( ) : mixed
리턴 mixed

renderToAddress() 공개 메소드

Single line render of to address.
public renderToAddress ( ) : mixed
리턴 mixed

rules() 공개 메소드

public rules ( ) : array
리턴 array validation rules for model attributes.

setDefaultOptions() 공개 메소드

public setDefaultOptions ( )

tableName() 공개 메소드

public tableName ( ) : string
리턴 string the associated database table name

프로퍼티 상세

$address_target 공개적으로 프로퍼티

public $address_target

$cc_targets 공개적으로 프로퍼티

public $cc_targets

$lock_period_hours 공개적으로 프로퍼티

public $lock_period_hours

$macro 공개적으로 프로퍼티

public $macro

$source_address 공개적으로 프로퍼티

the correct cc footer information
public $source_address