ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
MyToStringClass Class Reference
+ Collaboration diagram for MyToStringClass:

Public Member Functions

 __toString ()
 

Protected Attributes

 $str_repr
 

Detailed Description

Definition at line 18 of file CustomTest.php.

Member Function Documentation

◆ __toString()

MyToStringClass::__toString ( )

Definition at line 22 of file CustomTest.php.

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

Field Documentation

◆ $str_repr

MyToStringClass::$str_repr
protected

Definition at line 20 of file CustomTest.php.


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