mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
create event for dbview_definition hook
This commit is contained in:
parent
9e3b0b3c40
commit
9cf0ce0b99
6 changed files with 15 additions and 4 deletions
|
@ -80,6 +80,8 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const DB_STRUCTURE_DEFINITION = 'friendica.data.db_structure_definition';
|
||||
|
||||
public const DB_VIEW_DEFINITION = 'friendica.data.db_view_definition';
|
||||
|
||||
private array $array;
|
||||
|
||||
public function __construct(string $name, array $array)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue