MediaWiki REL1_28
WellProtectedParentClass Class Reference
Inheritance diagram for WellProtectedParentClass:

Public Member Functions

 __construct ()
 
 getPrivateParentProperty ()
 

Private Member Functions

 incrementPrivateParentPropertyValue ()
 

Private Attributes

 $privateParentProperty
 

Detailed Description

Definition at line 3 of file WellProtectedClass.php.

Constructor & Destructor Documentation

◆ __construct()

WellProtectedParentClass::__construct ( )

Reimplemented in WellProtectedClass.

Definition at line 6 of file WellProtectedClass.php.

Member Function Documentation

◆ getPrivateParentProperty()

WellProtectedParentClass::getPrivateParentProperty ( )

Definition at line 14 of file WellProtectedClass.php.

References $privateParentProperty.

◆ incrementPrivateParentPropertyValue()

WellProtectedParentClass::incrementPrivateParentPropertyValue ( )
private

Definition at line 10 of file WellProtectedClass.php.

Member Data Documentation

◆ $privateParentProperty

WellProtectedParentClass::$privateParentProperty
private

Definition at line 4 of file WellProtectedClass.php.

Referenced by getPrivateParentProperty().


The documentation for this class was generated from the following file: