PHP Class definedClassA, exakat

Inheritance: extends definedClassC
Show file Open project: exakat/exakat Class Usage Examples

Public Properties

Property Type Description
$definedPublicProperty

Protected Properties

Property Type Description
$definedProtectedProperty

Public Methods

Method Description
definedMethod ( )
definedPublicMethod ( )
x ( )

Protected Methods

Method Description
definedProtectedMethod ( )

Method Details

definedMethod() public method

public definedMethod ( )

definedProtectedMethod() protected method

protected definedProtectedMethod ( )

definedPublicMethod() public method

public definedPublicMethod ( )

x() public method

public x ( )

Property Details

$definedProtectedProperty protected property

protected $definedProtectedProperty

$definedPublicProperty public property

public $definedPublicProperty