MediaWiki REL1_32
|
Public Member Functions | |
__construct () | |
getThings () | |
setThings ( $prod, $prond, $prid, $prind) | |
Protected Attributes | |
$protectedDeprecated = 1 | |
$protectedNonDeprecated = 1 | |
Private Attributes | |
$privateDeprecated = 1 | |
$privateNonDeprecated = 1 | |
Definition at line 3 of file TestDeprecatedClass.php.
TestDeprecatedClass::__construct | ( | ) |
Definition at line 12 of file TestDeprecatedClass.php.
TestDeprecatedClass::getThings | ( | ) |
Definition at line 26 of file TestDeprecatedClass.php.
References $privateDeprecated, $privateNonDeprecated, $protectedDeprecated, and $protectedNonDeprecated.
TestDeprecatedClass::setThings | ( | $prod, | |
$prond, | |||
$prid, | |||
$prind | |||
) |
Definition at line 19 of file TestDeprecatedClass.php.
|
private |
Definition at line 9 of file TestDeprecatedClass.php.
Referenced by TestDeprecatedSubclass\getDeprecatedPrivateParentProperty(), and getThings().
|
private |
Definition at line 10 of file TestDeprecatedClass.php.
Referenced by TestDeprecatedSubclass\getNondeprecatedPrivateParentProperty(), and getThings().
|
protected |
Definition at line 7 of file TestDeprecatedClass.php.
Referenced by getThings().
|
protected |
Definition at line 8 of file TestDeprecatedClass.php.
Referenced by getThings().