Craft Activity (2.x)

Recorders extends ServiceLocator
in package

Table of Contents

EVENT_REGISTER  = 'register'
$registered  : bool
register()  : mixed
Register recorders
saveLogs()  : mixed
get all recorders to save their committed logs
startRecording()  : mixed
Get all recorders to start recording
stopRecording()  : mixed
Get all recorders to stop recording

Constants

EVENT_REGISTER

public mixed EVENT_REGISTER = 'register'

Properties

Methods

register()

Register recorders

public register() : mixed
Return values
mixed

saveLogs()

get all recorders to save their committed logs

public saveLogs() : mixed
Return values
mixed

startRecording()

Get all recorders to start recording

public startRecording() : mixed
Return values
mixed

stopRecording()

Get all recorders to stop recording

public stopRecording() : mixed
Return values
mixed

Search results