PHP Interface Zumba\Swivel\BehaviorInterface

Inheritance: extends Psr\Log\LoggerAwareInterface
Afficher le fichier Open project: zumba/swivel Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

Execute the behavior's callable and return the result.
public execute ( array $args = [] ) : mixed
$args array
Résultat mixed

getSlug() public méthode

Get the behavior's slug.
public getSlug ( ) : string
Résultat string