HookCollection
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
__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>
-
count()
public
count() : int
current()
public
current() : Hook
exists()
public
exists() : mixed
key()
public
key() : int
next()
public
next() : void
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
-
$offset
: mixed
-
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
-
rewind()
public
rewind() : void
valid()
public
valid() : bool