Opis\Closure\ReflectionClosure::getStructures PHP Method

getStructures() protected method

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