[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/webservice/amf/ -> introspector.php (summary)

Introspection for amf Figures out where all the services are and returns a list of their available methods. Requires $CFG->amf_introspection = true for security.

Copyright: 2009 Penny Leach <[email protected]>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 144 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MethodDescriptor:: (5 methods):
  __construct()
  setup()
  getMethods()
  getClasses()
  isConnected()


Class: MethodDescriptor  - X-Ref

Provides a function to get details of methods available on another class.

__construct()   X-Ref
constructor


setup()   X-Ref
Generate the class method descriptions.
These description are assigned in the class properties

return: void

getMethods()   X-Ref
Get the method descriptions

return: array

getClasses()   X-Ref
Get the class descriptions

return: array

isConnected()   X-Ref
As the class does not extend another class and as this function does nothing
except return true,
I guess this is just a function that was a copy/paste and it has been forgotten.
TODO MDL-31148 this function is not called and most likely can be removed

return: true



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1