MediaWiki  1.33.0
TestDeprecatedClass Class Reference
Inheritance diagram for TestDeprecatedClass:

Public Member Functions

 __construct ()
 
 getThings ()
 
 setThings ( $prod, $prond, $prid, $prind)
 

Protected Attributes

 $protectedDeprecated = 1
 
 $protectedNonDeprecated = 1
 

Private Attributes

 $privateDeprecated = 1
 
 $privateNonDeprecated = 1
 

Detailed Description

Definition at line 3 of file TestDeprecatedClass.php.

Constructor & Destructor Documentation

◆ __construct()

TestDeprecatedClass::__construct ( )

Definition at line 12 of file TestDeprecatedClass.php.

Member Function Documentation

◆ getThings()

TestDeprecatedClass::getThings ( )

◆ setThings()

TestDeprecatedClass::setThings (   $prod,
  $prond,
  $prid,
  $prind 
)

Definition at line 19 of file TestDeprecatedClass.php.

Member Data Documentation

◆ $privateDeprecated

TestDeprecatedClass::$privateDeprecated = 1
private

◆ $privateNonDeprecated

TestDeprecatedClass::$privateNonDeprecated = 1
private

◆ $protectedDeprecated

TestDeprecatedClass::$protectedDeprecated = 1
protected

Definition at line 7 of file TestDeprecatedClass.php.

Referenced by getThings().

◆ $protectedNonDeprecated

TestDeprecatedClass::$protectedNonDeprecated = 1
protected

Definition at line 8 of file TestDeprecatedClass.php.

Referenced by getThings().


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