ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This class is used in tests for the length filter and empty test to show that when is implemented, it is preferred over the __toString() method. More...
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 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.
CountableStub::__toString | ( | ) |
Definition at line 305 of file IntegrationTest.php.
CountableStub::count | ( | ) |
Definition at line 300 of file IntegrationTest.php.
|
private |
Definition at line 293 of file IntegrationTest.php.