API Documentation for: 1.1.1
Show:

ObjectControllerEvent Class

Extends Event
Namespace: Canteen\Errors

Events for the form object

Constructor

ObjectControllerEvent

(
  • type
  • [element=null]
)

Parameters:

Item Index

Properties

Properties

ADD_ELEMENT

String final static

Add an element to the admin controller form

ADDED_ELEMENT

String final static

Element was added to the admin controller form

COMPLETED

String final static

When all of the fields and footer have been added

DONE_ELEMENTS

String final static

All the dynamic elements have been added

element

ObjectFormElement

The reference to the object

START

String final static

Page rendering has begun

START_ELEMENTS

String final static

Before element are being added