Actions
in package
Table of Contents
Methods
- Register() : void
- Run() : void
- Unregister() : void
Methods
Register()
public
Register(string $ActionCode, string|array<string|int, mixed> $Function[, mixed $Data = null ]) : void
Parameters
- $ActionCode : string
- $Function : string|array<string|int, mixed>
- $Data : mixed = null
Run()
public
Run(string $ActionName) : void
Parameters
- $ActionName : string
Unregister()
public
Unregister(string $ActionCode, string $Function) : void
Parameters
- $ActionCode : string
- $Function : string