PHP Interface Eloquent\Phony\Invocation\WrappedInvocable

Inheritance: extends Eloquent\Phony\Invocation\Invocable
Afficher le fichier Open project: eloquent/phony

Méthodes publiques

Méthode Description
callback ( ) : callable Get the callback.
isAnonymous ( ) : boolean Returns true if anonymous.
label ( ) : string | null Get the label.
setLabel ( string | null $label ) Set the label.

Method Details

callback() public méthode

Get the callback.
public callback ( ) : callable
Résultat callable The callback.

isAnonymous() public méthode

Returns true if anonymous.
public isAnonymous ( ) : boolean
Résultat boolean True if anonymous.

label() public méthode

Get the label.
public label ( ) : string | null
Résultat string | null The label.

setLabel() public méthode

Set the label.
public setLabel ( string | null $label )
$label string | null The label.