__skel->show_plugin_name() . " " . $this->__skel->show_plugin_version() . " cmsdAm plugin!!"; } } $this->included->_skel->api = new _Skel_api; // This is to make variables visible from the api class $this->included->_skel->api->cms = &$cms; $this->included->_skel->api->__skel = &$this->included->_skel; // Printout Hello World echo $this->included->_skel->api->hello_world() . "
\n"; ?>