Doctrine\ODM\OrientDB\Mapper\ClusterMap::getMap PHP Méthode

getMap() protected méthode

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