| ILIAS
    release_5-3 Revision v5.3.23-19-g915713cf615
    | 
This class is used in tests for the length filter and empty test to show that when \Countable is implemented, it is preferred over the __toString() method. More...
 Inheritance diagram for CountableStub:
 Inheritance diagram for CountableStub: Collaboration diagram for CountableStub:
 Collaboration diagram for CountableStub:| Public Member Functions | |
| __construct ($count) | |
| count () | |
| __toString () | |
| Private Attributes | |
| $count | |
This class is used in tests for the length filter and empty test to show that when \Countable is implemented, it is preferred over the __toString() method.
Definition at line 291 of file IntegrationTest.php.
| CountableStub::__construct | ( | $count | ) | 
Definition at line 295 of file IntegrationTest.php.
References $count, and count().
 Here is the call graph for this function:
 Here is the call graph for this function:| CountableStub::__toString | ( | ) | 
Definition at line 305 of file IntegrationTest.php.
| CountableStub::count | ( | ) | 
Definition at line 300 of file IntegrationTest.php.
References $count.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 293 of file IntegrationTest.php.
Referenced by __construct(), and count().