PHP Class ElementLetter

Inheritance: extends BaseEventTypeElement
Exibir arquivo Open project: openeyes/openeyes Class Usage Examples

Public Properties

Property Type Description
$address_target
$cc_targets
$lock_period_hours
$macro
$source_address the correct cc footer information

Public Methods

Method Description
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

Method Details

afterFind() public method

public afterFind ( )

afterSave() public method

public afterSave ( )

attributeLabels() public method

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

beforeSave() public method

public beforeSave ( )

calculateRe() public method

public calculateRe ( $patient )

getAddress_targets() public method

public getAddress_targets ( )

getCcTargets() public method

public getCcTargets ( )

getContainer_print_view() public method

getContainer_view_view() public method

getCreate_view() public method

public getCreate_view ( )

getFirm_members() public method

public getFirm_members ( )

getInfotext() public method

public getInfotext ( )

getLetter_macros() public method

public getLetter_macros ( )

getPrint_view() public method

public getPrint_view ( )

getStringGroups() public method

public getStringGroups ( )

getUpdate_view() public method

public getUpdate_view ( )

isEditable() public method

public isEditable ( )

model() public static method

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

populate_from_macro() public method

public populate_from_macro ( $patient )

relations() public method

public relations ( ) : array
return array relational rules.

renderBody() public method

public renderBody ( )

renderFooter() public method

public renderFooter ( )

renderIntroduction() public method

public renderIntroduction ( )

renderSourceAddress() public method

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

renderToAddress() public method

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

rules() public method

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

setDefaultOptions() public method

public setDefaultOptions ( )

tableName() public method

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

Property Details

$address_target public_oe property

public $address_target

$cc_targets public_oe property

public $cc_targets

$lock_period_hours public_oe property

public $lock_period_hours

$macro public_oe property

public $macro

$source_address public_oe property

the correct cc footer information
public $source_address