Adamgoose\Routing\Annotations\ResourceEndpoint::buildPaths PHP 메소드

buildPaths() 보호된 메소드

Build all of the paths for the resource endpoint.
protected buildPaths ( ) : void
리턴 void
    protected function buildPaths()
    {
        foreach ($this->getIncludedMethods() as $method) {
            $this->paths[] = new ResourcePath($method);
        }
    }