Doctrine\ODM\OrientDB\Mapper\ClusterMap::getMap PHP Метод

getMap() защищенный Метод

Loads/generates the map in case it's needed.
protected getMap ( ) : array
Результат array
    protected function getMap()
    {
        if (!$this->map) {
            $this->load();
        }
        return $this->map;
    }