diff options
Diffstat (limited to 'lib/classes/StudipArrayObject.php')
| -rw-r--r-- | lib/classes/StudipArrayObject.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/classes/StudipArrayObject.php b/lib/classes/StudipArrayObject.php index a93d9d3..0215538 100644 --- a/lib/classes/StudipArrayObject.php +++ b/lib/classes/StudipArrayObject.php @@ -13,6 +13,11 @@ * @link http://github.com/zendframework/zf2 for the canonical source repository * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License + * + * @template TKey + * @template TValue + * @implements IteratorAggregate<TKey, TValue> + * @implements ArrayAccess<TKey, TValue> */ class StudipArrayObject implements IteratorAggregate, ArrayAccess, Countable { |
