|
MediaWiki
master
|


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' |
Definition at line 19 of file WellProtectedClass.php.
| WellProtectedClass::__construct | ( | ) |
Definition at line 34 of file WellProtectedClass.php.
| WellProtectedClass::getPrivateProperty | ( | ) |
Definition at line 52 of file WellProtectedClass.php.
References $privateProperty.
| WellProtectedClass::getProperty | ( | ) |
Definition at line 48 of file WellProtectedClass.php.
References $property.
|
private |
Definition at line 44 of file WellProtectedClass.php.
|
protected |
Definition at line 40 of file WellProtectedClass.php.
|
staticprotected |
Definition at line 26 of file WellProtectedClass.php.
|
staticprivate |
Definition at line 30 of file WellProtectedClass.php.
|
protected |
Definition at line 56 of file WellProtectedClass.php.
|
private |
Definition at line 24 of file WellProtectedClass.php.
Referenced by getPrivateProperty().
|
protected |
Definition at line 23 of file WellProtectedClass.php.
Referenced by getProperty().
|
staticprivate |
Definition at line 21 of file WellProtectedClass.php.
|
staticprotected |
Definition at line 20 of file WellProtectedClass.php.