Property | Type | Description | |
---|---|---|---|
$method | The controller method of the resource path. |
Method | Description | |
---|---|---|
__construct ( string $method ) : void | Create a new Resource Path instance. |
Method | Description | |
---|---|---|
getVerb ( string $method ) : string | Get the verb for the given resource method. |
public __construct ( string $method ) : void | ||
$method | string | |
return | void |