Nette\DI\ContainerLoader::getClassName PHP Method

getClassName() public method

public getClassName ( $key ) : string
return string
    public function getClassName($key)
    {
        return 'Container_' . substr(md5(serialize($key)), 0, 10);
    }