link = $host->get_link(); $this->host = $host; $host->add_api_method("example_testmethod", $this); } function example_testmethod() { return array(API::STATUS_OK, array("current_time" => time())); } } ?>