Adamgoose\Routing\Annotations\ResourcePath::__construct PHP 메소드

__construct() 공개 메소드

Create a new Resource Path instance.
public __construct ( string $method ) : void
$method string
리턴 void
    public function __construct($method)
    {
        $this->method = $method;
        $this->verb = $this->getVerb($method);
    }