Foo.php 149 B

12345678910111213
  1. <?php
  2. namespace OSInet\Testable;
  3. class Foo {
  4. public function call($url, $args) {
  5. }
  6. public function __construct($manager, $client) {
  7. }
  8. }