PHP Интерфейс Eloquent\Phony\Invocation\WrappedInvocable

Наследование: extends Eloquent\Phony\Invocation\Invocable
Показать файл Открыть проект

Открытые методы

Метод Описание
callback ( ) : callable Get the callback.
isAnonymous ( ) : boolean Returns true if anonymous.
label ( ) : string | null Get the label.
setLabel ( string | null $label ) Set the label.

Описание методов

callback() публичный Метод

Get the callback.
public callback ( ) : callable
Результат callable The callback.

isAnonymous() публичный Метод

Returns true if anonymous.
public isAnonymous ( ) : boolean
Результат boolean True if anonymous.

label() публичный Метод

Get the label.
public label ( ) : string | null
Результат string | null The label.

setLabel() публичный Метод

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