Your IP : 216.73.216.220


Current Path : /var/www/html/vendor/laminas/laminas-server/src/Reflection/
Upload File :
Current File : /var/www/html/vendor/laminas/laminas-server/src/Reflection/ReflectionFunction.php

<?php

/**
 * @see       https://github.com/laminas/laminas-server for the canonical source repository
 * @copyright https://github.com/laminas/laminas-server/blob/master/COPYRIGHT.md
 * @license   https://github.com/laminas/laminas-server/blob/master/LICENSE.md New BSD License
 */

namespace Laminas\Server\Reflection;

/**
 * Function Reflection
 */
class ReflectionFunction extends AbstractFunction
{
}