コード例 #1
0
 /**
  * @expectedException \bgphp15\nameless\OutOfBoundsException
  */
 public function testNonExistingComponentCannotBeRetrieved()
 {
     $url = HttpRequestUrl::fromString('http://example.com');
     $url->getFirstComponent();
 }
コード例 #2
0
 public static function fromSuperglobals()
 {
     return new self($_SERVER['REQUEST_METHOD'], HttpRequestUrl::fromSuperglobals());
 }