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
|
||
|
|
{
|
||
|
|
}
|