Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • webservice
  • classes
  • rest
  • reflection
  • Function.php
  • I have added rest Interface. Added soap wsdl generation ...
    727adbe9
    This is a better way to generate WSDL and expose CMIS
    
    Committed by: Prince Mbekwa
    
    Reviewed by: Megan Watson
    Prince Mbekwa authored
    2009-06-01 17:09:00 +0200  
    Browse Code ยป
Function.php 229 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php

/**
 * Rest_Reflection_Function_Abstract
 */
require_once 'classes/rest/reflection/function/Abstract.php';

/**
 * Function Reflection
 *
 *
 */
class Rest_Reflection_Function extends Rest_Reflection_Function_Abstract
{
}