<?php /** * This file is part of the ramsey/collection library * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @copyright Copyright (c) Ben Ramsey <ben@benramsey.com> * @license http://opensource.org/licenses/MIT MIT */ declare(strict_types=1); namespace Ramsey\Collection\Map; /** * `AssociativeArrayMap` represents a standard associative array object. * * @extends AbstractMap<string, mixed> */ class AssociativeArrayMap extends AbstractMap { }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
AbstractMap.php | File | 4.93 KB | 0644 |
|
AbstractTypedMap.php | File | 1.69 KB | 0644 |
|
AssociativeArrayMap.php | File | 546 B | 0644 |
|
MapInterface.php | File | 4.46 KB | 0644 |
|
NamedParameterMap.php | File | 3.06 KB | 0644 |
|
TypedMap.php | File | 2.75 KB | 0644 |
|
TypedMapInterface.php | File | 803 B | 0644 |
|