Kraken\Network\Http\Component\Router\HttpRouterInterface::existsRoute PHP 메소드

existsRoute() 공개 메소드

Check if there exists any endpoint/application to the server on given route.
public existsRoute ( string $path ) : boolean
$path string
리턴 boolean
    public function existsRoute($path);

Usage Example

예제 #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function existsRoute($path)
 {
     return $this->router->existsRoute($path);
 }