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

getConstants() 보호된 메소드

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