PHP Class Demo\Example\PropertyDemo

Datei anzeigen Open project: goaop/framework Class Usage Examples

Public Properties

Property Type Description
$publicProperty

Protected Properties

Property Type Description
$indirectModificationCheck
$protectedProperty

Public Methods

Method Description
__construct ( )
setProtected ( $newValue )
showProtected ( )

Method Details

__construct() public method

public __construct ( )

setProtected() public method

public setProtected ( $newValue )

showProtected() public method

public showProtected ( )

Property Details

$indirectModificationCheck protected_oe property

protected $indirectModificationCheck

$protectedProperty protected_oe property

protected $protectedProperty

$publicProperty public_oe property

public $publicProperty