AssetManager\Resolver\MapResolver::__construct PHP Method

__construct() public method

Instantiate and optionally populate map.
public __construct ( array | Traversabl\Traversable $map = [] )
$map array | Traversabl\Traversable
    public function __construct($map = array())
    {
        $this->setMap($map);
    }