类
类
BeforeCompileHeadEvent
用于 SchemaBeforeCompileHeadEvent 事件的类 例如:new BeforeCompileHeadEvent('onSchemaBeforeCompileHead', ['subject' => $schema, 'context' => 'com_example.example']);
PrepareDataEvent
用于 SchemaPrepareDataEvent 事件的类 例如:new PrepareDataEvent('onSchemaPrepareData', ['subject' => $data, 'context' => 'com_example.example']);
PrepareFormEvent
用于 SchemaPrepareFormEvent 事件的类 例如:new PrepareFormEvent('onSchemaPrepareForm', ['subject' => $form]);
PrepareSaveEvent
用于 SchemaPrepareSaveEvent 事件的类 例如:new PrepareFormEvent('onSchemaPrepareForm', ['subject' => $subject, 'context' => $context, 'item' => $table, 'isNew' => $isNew, 'schema' => $schema]);