Bristol SU Support Package
src
Action
Contracts
TriggerableEvent.php
Go to the documentation of this file.
1
<?php
2
3
4
namespace
BristolSU\Support\Action\Contracts
;
5
6
10
interface
TriggerableEvent
11
{
12
25
public
function
getFields
(): array;
26
40
public
static
function
getFieldMetaData
(): array;
41
42
}
BristolSU\Support\Action\Contracts\TriggerableEvent\getFields
getFields()
BristolSU\Support\Action\Contracts\TriggerableEvent
Definition:
TriggerableEvent.php:10
BristolSU\Support\Action\Contracts\TriggerableEvent\getFieldMetaData
static getFieldMetaData()
BristolSU\Support\Action\Contracts
Definition:
Action.php:3
Generated by
1.8.13