PHP 클래스 DataSift\Storyplayer\PlayerLib\Action_Logger

저자: Stuart Herbert ([email protected])
파일 보기 프로젝트 열기: datasift/storyplayer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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