This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
jjhc
/
reservation_admin
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
8e68c3b87d
Ramuri
Etichete
master
reservation_adm...
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
Foo.php
Foo.php
114 B
Istoric
Crud
1
2
3
4
5
6
7
8
<?php
class Foo
{
public function doSomething(Bar $bar)
{
return $bar->doSomethingElse();
}
}