Hook_Manager extends Table_Hooks

Hook_Manager backwards compatibility wrapper.

Tags
deprecated
4.0

Use Table_Hooks instead.

author

Barn2 Plugins [email protected]

license

GPL-3.0

copyright

Barn2 Media Ltd

Table of Contents

__construct()  : mixed
Constructor.
__get()  : mixed
Back-compat accessor for the legacy public `$args` property.
__set()  : mixed
Back-compat mutator for the legacy public `$args` property.
get_media_prefix()  : string
Returns the media class prefix.
register_plugin_hooks()  : void
Register plugin-specific hooks during data loading.

Methods

__get()

Back-compat accessor for the legacy public `$args` property.

public __get(string $name) : mixed
Parameters
$name : string

Property name.

Tags
Return values
mixed

__set()

Back-compat mutator for the legacy public `$args` property.

public __set(string $name, mixed $value) : mixed
Parameters
$name : string

Property name.

$value : mixed

Property value.

Tags
Return values
mixed

get_media_prefix()

Returns the media class prefix.

protected get_media_prefix() : string
Tags
Return values
string

register_plugin_hooks()

Register plugin-specific hooks during data loading.

protected register_plugin_hooks() : void
Tags
Return values
void

Search results