Adamgoose\Routing\Annotations\ResourcePath::__construct PHP Méthode

__construct() public méthode

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