Documentation

ViolationsManager
in package

Table of Contents

COL_CREATE_DATE  = 'create_dt'
COL_EMPLOYEE  = 'employee'
COL_EXPIRATION_DATE  = 'expiration_dt'
COL_EXTERNAL_ID  = 'external_id'
COL_GROUND_FOR_VIOLATION  = 'ground_for_violation'
COL_INSTRUCTION  = 'instruction'
COL_UUID  = 'uuid'
EVENT_ADD_VIOLATION  = 'violations_added_event'
SERVICE_NAME  = 'violations.manager'
TABLE_NAME  = 'violations'
$database  : Explorer
$hooksManager  : ModelHooks
__construct()  : mixed
add()  : ActiveRow|Selection
delete()  : void
find()  : Selection
get()  : ActiveRow
update()  : ActiveRow

Constants

COL_GROUND_FOR_VIOLATION

public string COL_GROUND_FOR_VIOLATION = 'ground_for_violation'

EVENT_ADD_VIOLATION

public mixed EVENT_ADD_VIOLATION = 'violations_added_event'

Properties

Methods

add()

public add(iteratable<string|int, mixed> $value) : ActiveRow|Selection
Parameters
$value : iteratable<string|int, mixed>
Tags
throws
Exception
throws
UniqueConstraintViolationException
Return values
ActiveRow|Selection

Search results