HumHub Documentation (unofficial)

Actor
in package
uses Comment, Pause

AbstractYes

Table of Contents

Properties

$scenario  : Scenario

Methods

__call()  : mixed
__construct()  : mixed
am()  : mixed
amGoingTo()  : mixed
comment()  : mixed
execute()  : $this
Lazy-execution given anonymous function
expect()  : mixed
expectTo()  : mixed
lookForwardTo()  : mixed
pause()  : mixed
wantTo()  : mixed
wantToTest()  : mixed
getScenario()  : Scenario

Properties

Methods

__call()

public __call(mixed $method, mixed $arguments) : mixed
Parameters
$method : mixed
$arguments : mixed

am()

public am(mixed $role) : mixed
Parameters
$role : mixed

amGoingTo()

public amGoingTo(mixed $argumentation) : mixed
Parameters
$argumentation : mixed

comment()

public comment(mixed $description) : mixed
Parameters
$description : mixed

execute()

Lazy-execution given anonymous function

public execute(mixed $callable) : $this
Parameters
$callable : mixed

\Closure

Return values
$this

expect()

public expect(mixed $prediction) : mixed
Parameters
$prediction : mixed

expectTo()

public expectTo(mixed $prediction) : mixed
Parameters
$prediction : mixed

lookForwardTo()

public lookForwardTo(mixed $achieveValue) : mixed
Parameters
$achieveValue : mixed

pause()

public pause() : mixed

wantTo()

public wantTo(mixed $text) : mixed
Parameters
$text : mixed

wantToTest()

public wantToTest(mixed $text) : mixed
Parameters
$text : mixed

        
On this page

Search results