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);
    }