OrganisationWebform
in package
Helper class provides useful functions.
Table of Contents
Properties
- $database : Connection
- The database connection.
Methods
- __construct() : mixed
- Constructor of OrganisationWebform.
- filterBy() : array<string|int, mixed>|null
- Custom function to search organisations based on specific fields.
Properties
$database
The database connection.
protected
Connection
$database
Methods
__construct()
Constructor of OrganisationWebform.
public
__construct(Connection $database) : mixed
Parameters
- $database : Connection
filterBy()
Custom function to search organisations based on specific fields.
public
filterBy([mixed $draft = NULL ][, array<string|int, mixed> $filter = [] ]) : array<string|int, mixed>|null
Parameters
- $draft : mixed = NULL
- $filter : array<string|int, mixed> = []