ILIAS  release_8 Revision v8.24
MyToStringClass Class Reference
+ Collaboration diagram for MyToStringClass:

Public Member Functions

 __toString ()
 

Private Attributes

string $str_repr = ''
 

Detailed Description

Definition at line 33 of file CustomTest.php.

Member Function Documentation

◆ __toString()

MyToStringClass::__toString ( )

Definition at line 37 of file CustomTest.php.

37 : string
38 {
39 return $this->str_repr;
40 }
string $str_repr
Definition: CustomTest.php:35

References $str_repr.

Field Documentation

◆ $str_repr

string MyToStringClass::$str_repr = ''
private

Definition at line 35 of file CustomTest.php.

Referenced by __toString().


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