Method | Description | |
---|---|---|
__construct ( DataSift\Storyplayer\Injectables $injectables, integer $nestLevel ) | ||
addStep ( string $text, callback $callable ) : mixed | ||
captureOutput ( $text ) : void | ||
closeAllOpenSubActions ( ) : void | ||
endAction ( mixed $message = null ) | ||
endStep ( ) : void | ||
getEndTime ( ) : float | null | ||
getIsComplete ( ) : boolean | ||
getIsOpen ( ) : boolean | ||
getNestLevel ( ) : integer | ||
getOpenAction ( ) : |
||
getStartTime ( ) : float | null | ||
newNestedAction ( ) : |
||
startAction ( mixed $message, array | null $codeLine = null ) : |
||
startStep ( $text ) : void |
Method | Description | |
---|---|---|
writeToLog ( $text, $codeLine = null ) : void |
public __construct ( DataSift\Storyplayer\Injectables $injectables, integer $nestLevel ) | ||
$injectables | DataSift\Storyplayer\Injectables | |
$nestLevel | integer |
public getIsComplete ( ) : boolean | ||
return | boolean | TRUE if the action is complete FALSE if the action is currently in progress or has never been started |
public getOpenAction ( ) : |
||
return |
public startAction ( mixed $message, array | null $codeLine = null ) : |
||
$message | mixed | the message to log. if it isn't a string, we'll convert it and apply the user's -V preference before logging |
$codeLine | array | null | metadata about the line of code that we're logging about |
return | return $this for fluent interfaces |