Opis\Closure\ReflectionClosure::getConstants PHP Method

getConstants() protected method

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