This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
aqm
/
Customer-Service
Sledovat
3
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
45e23feb9d
Větve
Značky
dev
master
remotes/origin/dev
Customer-Ser...
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
StringableClass.php
StringableClass.php
101 B
Historie
Surový
1
2
3
4
5
6
7
8
<?php
class StringableClass
{
public function __toString()
{
return '12345';
}
}