PHP Класс DataSift\Storyplayer\PlayerLib\Action_Logger

Автор: Stuart Herbert ([email protected])
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$action
$injectables

Открытые методы

Метод Описание
__construct ( DataSift\Storyplayer\Injectables $injectables )
closeAllOpenActions ( )
getOpenAction ( ) ------------------------------------------------------------------
startAction ( mixed $message, array | null $codeLine = null ) : Action_LogItem

Описание методов

__construct() публичный Метод

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

closeAllOpenActions() публичный Метод

public closeAllOpenActions ( )

getOpenAction() публичный Метод

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

startAction() публичный Метод

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
Результат Action_LogItem the object that tracks this log entry

Описание свойств

$action защищенное свойство

protected $action

$injectables защищенное свойство

protected $injectables