PHP Class ComponentStubGeneratorTest_ExampleComponent

Inheritance: extends CComponent
Show file Open project: openeyes/openeyes

Public Properties

Property Type Description
$normal_prop
$other_normal_prop

Public Methods

Method Description
__get ( $name )
getGet_method_prop ( )
getNormal_prop ( $a ) Not actually a property getter because it takes an argument.
getOther_get_method_prop ( )

Method Details

__get() public method

public __get ( $name )

getGet_method_prop() public method

public getGet_method_prop ( )

getNormal_prop() public method

Not actually a property getter because it takes an argument.
public getNormal_prop ( $a )

getOther_get_method_prop() public method

Property Details

$normal_prop public property

public $normal_prop

$other_normal_prop public property

public $other_normal_prop