Doctrine\ODM\OrientDB\Mapper\ClusterMap::getMap PHP Method

getMap() protected method

Loads/generates the map in case it's needed.
protected getMap ( ) : array
return array
    protected function getMap()
    {
        if (!$this->map) {
            $this->load();
        }
        return $this->map;
    }