PHP Class DataSift\Storyplayer\PlayerLib\Action_Logger

Afficher le fichier Open project: datasift/storyplayer Class Usage Examples

Protected Properties

Свойство Type Description
$action
$injectables

Méthodes publiques

Méthode Description
__construct ( DataSift\Storyplayer\Injectables $injectables )
closeAllOpenActions ( )
getOpenAction ( ) ------------------------------------------------------------------
startAction ( mixed $message, array | null $codeLine = null ) : Action_LogItem

Method Details

__construct() public méthode

public __construct ( DataSift\Storyplayer\Injectables $injectables )
$injectables DataSift\Storyplayer\Injectables

closeAllOpenActions() public méthode

public closeAllOpenActions ( )

getOpenAction() public méthode

------------------------------------------------------------------
public getOpenAction ( )

startAction() public méthode

public startAction ( mixed $message, array | null $codeLine = null ) : Action_LogItem
$message mixed the message to write to the log
$codeLine array | null details about the line of code we are currently executing
Résultat Action_LogItem the object that tracks this log entry

Property Details

$action protected_oe property

protected $action

$injectables protected_oe property

protected $injectables