Interface Quester
-
-
Method Summary
Modifier and Type Method Description abstract R
execute(AsahiContext $self)
在上下文中执行/获取 R
run(AsahiContext context)
R
get(AsahiContext context)
-
-
Method Detail
-
execute
abstract R execute(AsahiContext $self)
在上下文中执行/获取
- Returns:
R
-
run
R run(AsahiContext context)
-
get
R get(AsahiContext context)
-
-
-
-