Esempio n. 1
0
 protected function init_service_class()
 {
     parent::init_service_class();
     //allow access to data about methods available.
     $this->zend_server->setClass("MethodDescriptor");
     MethodDescriptor::$classnametointrospect = $this->service_class;
 }