Hook_Manager extends Table_Hooks
Hook_Manager backwards compatibility wrapper.
Tags
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
__construct()
Constructor.
public
__construct(Table_Args $args) : mixed
Parameters
- $args : Table_Args
-
The table args.
Tags
Return values
mixed —__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