MediaWiki
REL1_33
TestDeprecatedSubclass.php
Go to the documentation of this file.
1
<?php
2
3
class
TestDeprecatedSubclass
extends
TestDeprecatedClass
{
4
5
public
function
getDeprecatedPrivateParentProperty
() {
6
return
$this->privateDeprecated
;
7
}
8
9
public
function
setDeprecatedPrivateParentProperty
(
$value
) {
10
$this->privateDeprecated =
$value
;
11
}
12
13
public
function
getNondeprecatedPrivateParentProperty
() {
14
return
$this->privateNonDeprecated
;
15
}
16
17
public
function
setNondeprecatedPrivateParentProperty
(
$value
) {
18
$this->privateNonDeprecated =
$value
;
19
}
20
21
}
TestDeprecatedClass
Definition
TestDeprecatedClass.php:3
TestDeprecatedClass\$privateNonDeprecated
$privateNonDeprecated
Definition
TestDeprecatedClass.php:10
TestDeprecatedClass\$privateDeprecated
$privateDeprecated
Definition
TestDeprecatedClass.php:9
TestDeprecatedSubclass
Definition
TestDeprecatedSubclass.php:3
TestDeprecatedSubclass\getNondeprecatedPrivateParentProperty
getNondeprecatedPrivateParentProperty()
Definition
TestDeprecatedSubclass.php:13
TestDeprecatedSubclass\setDeprecatedPrivateParentProperty
setDeprecatedPrivateParentProperty( $value)
Definition
TestDeprecatedSubclass.php:9
TestDeprecatedSubclass\setNondeprecatedPrivateParentProperty
setNondeprecatedPrivateParentProperty( $value)
Definition
TestDeprecatedSubclass.php:17
TestDeprecatedSubclass\getDeprecatedPrivateParentProperty
getDeprecatedPrivateParentProperty()
Definition
TestDeprecatedSubclass.php:5
$value
$value
Definition
styleTest.css.php:49
tests
phpunit
includes
debug
TestDeprecatedSubclass.php
Generated on Mon Nov 25 2024 15:50:58 for MediaWiki by
1.10.0