ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
MyToStringClass Class Reference
+ Collaboration diagram for MyToStringClass:

Public Member Functions

 __toString ()
 

Protected Attributes

 $str_repr
 

Detailed Description

Definition at line 17 of file CustomTest.php.

Member Function Documentation

◆ __toString()

MyToStringClass::__toString ( )

Definition at line 21 of file CustomTest.php.

22  {
23  return $this->str_repr;
24  }

Field Documentation

◆ $str_repr

MyToStringClass::$str_repr
protected

Definition at line 19 of file CustomTest.php.


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