Opis\Closure\ReflectionClosure::getStructures PHP 메소드

getStructures() 보호된 메소드

protected getStructures ( ) : array
리턴 array
    protected function getStructures()
    {
        $key = $this->getHashedFileName();
        if (!isset(static::$structures[$key])) {
            $this->fetchItems();
        }
        return static::$structures[$key];
    }