MediaWiki
1.33.1
|
Public Member Functions | |
getDeprecatedPrivateParentProperty () | |
getNondeprecatedPrivateParentProperty () | |
setDeprecatedPrivateParentProperty ( $value) | |
setNondeprecatedPrivateParentProperty ( $value) | |
Public Member Functions inherited from TestDeprecatedClass | |
__construct () | |
getThings () | |
setThings ( $prod, $prond, $prid, $prind) | |
Additional Inherited Members | |
Protected Attributes inherited from TestDeprecatedClass | |
$protectedDeprecated = 1 | |
$protectedNonDeprecated = 1 | |
Definition at line 3 of file TestDeprecatedSubclass.php.
TestDeprecatedSubclass::getDeprecatedPrivateParentProperty | ( | ) |
Definition at line 5 of file TestDeprecatedSubclass.php.
References TestDeprecatedClass\$privateDeprecated.
TestDeprecatedSubclass::getNondeprecatedPrivateParentProperty | ( | ) |
Definition at line 13 of file TestDeprecatedSubclass.php.
References TestDeprecatedClass\$privateNonDeprecated.
TestDeprecatedSubclass::setDeprecatedPrivateParentProperty | ( | $value | ) |
Definition at line 9 of file TestDeprecatedSubclass.php.
References $value.
TestDeprecatedSubclass::setNondeprecatedPrivateParentProperty | ( | $value | ) |
Definition at line 17 of file TestDeprecatedSubclass.php.
References $value.