Opis\Closure\ReflectionClosure::getFunctions PHP Method

getFunctions() protected method

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