PHP Class Adamgoose\Routing\Annotations\ResourcePath

Inheritance: extends AbstractPath
Afficher le fichier Open project: adamgoose/laravel-annotations

Méthodes publiques

Свойство Type Description
$method The controller method of the resource path.

Méthodes publiques

Méthode Description
__construct ( string $method ) : void Create a new Resource Path instance.

Méthodes protégées

Méthode Description
getVerb ( string $method ) : string Get the verb for the given resource method.

Method Details

__construct() public méthode

Create a new Resource Path instance.
public __construct ( string $method ) : void
$method string
Résultat void

getVerb() protected méthode

Get the verb for the given resource method.
protected getVerb ( string $method ) : string
$method string
Résultat string

Property Details

$method public_oe property

The controller method of the resource path.
public $method