ApiGen\Parser\Broker\Backend::getFunctions PHP Method

getFunctions() public method

public getFunctions ( )
    public function getFunctions()
    {
        return array_map(function (IReflectionFunction $function) {
            return $this->reflectionFactory->createFromReflection($function);
        }, parent::getFunctions());
    }