PHP Интерфейс Zumba\Swivel\BehaviorInterface

Наследование: extends Psr\Log\LoggerAwareInterface
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
execute ( array $args = [] ) : mixed Execute the behavior's callable and return the result.
getSlug ( ) : string Get the behavior's slug.

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

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

Execute the behavior's callable and return the result.
public execute ( array $args = [] ) : mixed
$args array
Результат mixed

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

Get the behavior's slug.
public getSlug ( ) : string
Результат string