Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Zumba
Swivel
BehaviorInterface
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