git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
16 lines
229 B
PHP
16 lines
229 B
PHP
<?php
|
|
|
|
/**
|
|
* Rest_Reflection_Function_Abstract
|
|
*/
|
|
require_once 'classes/rest/reflection/function/Abstract.php';
|
|
|
|
/**
|
|
* Function Reflection
|
|
*
|
|
*
|
|
*/
|
|
class Rest_Reflection_Function extends Rest_Reflection_Function_Abstract
|
|
{
|
|
}
|