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

getMethodForPath() 공개 메소드

Get the controller method for the given endpoint path.
public getMethodForPath ( AbstractPath $path ) : string
$path AbstractPath
리턴 string
    public function getMethodForPath(AbstractPath $path);