MediaWiki  1.28.1
WellProtectedClass Class Reference
Inheritance diagram for WellProtectedClass:
Collaboration diagram for WellProtectedClass:

Public Member Functions

 __construct ()
 
 getPrivateProperty ()
 
 getProperty ()
 
- Public Member Functions inherited from WellProtectedParentClass
 __construct ()
 
 getPrivateParentProperty ()
 

Protected Member Functions

 incrementPropertyValue ()
 
 whatSecondArg ($a, $b=false)
 

Static Protected Member Functions

static staticMethod ()
 

Protected Attributes

 $property
 

Static Protected Attributes

static $staticProperty = 'sp'
 

Private Member Functions

 incrementPrivatePropertyValue ()
 

Static Private Member Functions

static staticPrivateMethod ()
 

Private Attributes

 $privateProperty
 

Static Private Attributes

static $staticPrivateProperty = 'spp'
 

Detailed Description

Definition at line 19 of file WellProtectedClass.php.

Constructor & Destructor Documentation

WellProtectedClass::__construct ( )

Definition at line 34 of file WellProtectedClass.php.

Member Function Documentation

WellProtectedClass::getPrivateProperty ( )

Definition at line 52 of file WellProtectedClass.php.

References $privateProperty.

WellProtectedClass::getProperty ( )

Definition at line 48 of file WellProtectedClass.php.

References $property.

WellProtectedClass::incrementPrivatePropertyValue ( )
private

Definition at line 44 of file WellProtectedClass.php.

WellProtectedClass::incrementPropertyValue ( )
protected

Definition at line 40 of file WellProtectedClass.php.

static WellProtectedClass::staticMethod ( )
staticprotected

Definition at line 26 of file WellProtectedClass.php.

static WellProtectedClass::staticPrivateMethod ( )
staticprivate

Definition at line 30 of file WellProtectedClass.php.

WellProtectedClass::whatSecondArg (   $a,
  $b = false 
)
protected

Definition at line 56 of file WellProtectedClass.php.

Member Data Documentation

WellProtectedClass::$privateProperty
private

Definition at line 24 of file WellProtectedClass.php.

Referenced by getPrivateProperty().

WellProtectedClass::$property
protected

Definition at line 23 of file WellProtectedClass.php.

Referenced by getProperty().

WellProtectedClass::$staticPrivateProperty = 'spp'
staticprivate

Definition at line 21 of file WellProtectedClass.php.

WellProtectedClass::$staticProperty = 'sp'
staticprotected

Definition at line 20 of file WellProtectedClass.php.


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