MediaWiki master
MediaWiki\HookContainer\FauxHookHandlerArray Class Reference

Inherits ArrayAccess, and IteratorAggregate.

Collaboration diagram for MediaWiki\HookContainer\FauxHookHandlerArray:

Public Member Functions

 __construct (HookContainer $hookContainer, string $name)
 
 getIterator ()
 
 offsetExists ( $offset)
 
 offsetGet ( $offset)
 
 offsetSet ( $offset, $value)
 
 offsetUnset ( $offset)
 

Detailed Description

Access: internal

Definition at line 12 of file FauxHookHandlerArray.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\HookContainer\FauxHookHandlerArray::__construct ( HookContainer $hookContainer,
string $name )
Parameters
HookContainer$hookContainer
string$name

Definition at line 24 of file FauxHookHandlerArray.php.

Member Function Documentation

◆ getIterator()

MediaWiki\HookContainer\FauxHookHandlerArray::getIterator ( )

Definition at line 84 of file FauxHookHandlerArray.php.

◆ offsetExists()

MediaWiki\HookContainer\FauxHookHandlerArray::offsetExists ( $offset)

Definition at line 33 of file FauxHookHandlerArray.php.

◆ offsetGet()

MediaWiki\HookContainer\FauxHookHandlerArray::offsetGet ( $offset)

Definition at line 41 of file FauxHookHandlerArray.php.

◆ offsetSet()

MediaWiki\HookContainer\FauxHookHandlerArray::offsetSet ( $offset,
$value )

Definition at line 55 of file FauxHookHandlerArray.php.

◆ offsetUnset()

MediaWiki\HookContainer\FauxHookHandlerArray::offsetUnset ( $offset)

Returns
never

Definition at line 69 of file FauxHookHandlerArray.php.


The documentation for this class was generated from the following file: