Adamgoose\Routing\Annotations\EndpointInterface::addPath PHP 메소드

addPath() 공개 메소드

Add the given path definition to the endpoint.
public addPath ( AbstractPath $path ) : void
$path AbstractPath
리턴 void
    public function addPath(AbstractPath $path);