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;
    }