PHP Interface Zumba\Swivel\BehaviorInterface

Inheritance: extends Psr\Log\LoggerAwareInterface
ファイルを表示 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