Documentation

HookCollection
in package
implements ArrayAccess, Countable, Iterator

Table of Contents

Interfaces

ArrayAccess
Countable
Iterator

Methods

__call()  : mixed
__construct()  : mixed
count()  : int
current()  : Hook
exists()  : mixed
key()  : int
next()  : void
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
rewind()  : void
valid()  : bool

Methods

__call()

public __call(mixed $prop, mixed $args) : mixed
Parameters
$prop : mixed
$args : mixed

__construct()

public __construct(array<string|int, mixed> $wp_filter) : mixed
Parameters
$wp_filter : array<string|int, mixed>

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed

        
On this page

Search results