Source for file test.class.php
Documentation is available at test.class.php
* Test class used in other examples
* Constructors and private methods marked with _ are never exported in proxies to JavaScript
* @author Joshua Eichorn <josh@bluga.net>
* @copyright 2005 Joshua Eichorn
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version Release: @package_version@
* @link http://pear.php.net/package/HTML_AJAX
return "From PHP: ". $string;
return "From PHP: ". $string;
return "passed in ". count($args). " args ". implode('|',$args);
if (isset ($_GET['TEST_CLASS'])) {
Documentation generated on Mon, 11 Mar 2019 14:11:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|