eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\Map::setMapKey PHP Method

setMapKey() public method

Injects the key that will be used for matching against the map configuration.
public setMapKey ( string $key )
$key string
    public function setMapKey($key)
    {
        $this->key = $key;
    }