Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Zumba
Swivel
BehaviorInterface
PHP Interface Zumba\Swivel\BehaviorInterface
Inheritance:
extends
Psr\Log\LoggerAwareInterface
Show file
Open project: zumba/swivel
Interface Usage Examples
Public Methods
Method
Description
execute
(
array
$args
= [] ) :
mixed
Execute the behavior's callable and return the result.
getSlug
( ) :
string
Get the behavior's slug.
Method Details
execute()
public
method
Execute the behavior's callable and return the result.
public
execute
(
array
$args
= [] ) :
mixed
$args
array
return
mixed
getSlug()
public
method
Get the behavior's slug.
public
getSlug
( ) :
string
return
string