PHP 인터페이스 Zumba\Swivel\BehaviorInterface

상속: extends Psr\Log\LoggerAwareInterface
파일 보기 프로젝트 열기: zumba/swivel 0 사용 예제들

공개 메소드들

메소드 설명
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