Sha256: 4545d61a93c838d28914f89f320882f95987adde29d9608deab0619b9a24ba7a

Contents?: true

Size: 264 Bytes

Versions: 13

Compression:

Stored size: 264 Bytes

Contents

<?php
class testClass {

	function myecho ($somestring) {
		return "<P>" . $somestring . "</P>";
	}

	function contentB () {
		return "<P>Content B</P>";
	}

	function contentC () {
		return "<P>Content C</P>";
	}

	function add($x,$y) {
		return $x + $y;
	}
}
?>

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
dojo_rails-0.0.2 vendor/assets/javascripts/dojo/tests/resources/testClass.php
dojo_rails-0.0.1 vendor/assets/javascripts/dojo/tests/resources/testClass.php
dojo_src-1.5.0 dojo/dojo/tests/resources/testClass.php
dojo_src-1.4.3 dojo/dojo/tests/resources/testClass.php
dojo_src-1.4.102 dojo/dojo/tests/resources/testClass.php
dojo-pkg-1.132.0 data/dojo-release-1.3.2-src/dojo/tests/resources/testClass.php
dojo-pkg-1.111.0 data/dojo-release-1.1.1-src/dojo/tests/resources/testClass.php
dojo-pkg-1.120.0 data/dojo-release-1.2.0-src/dojo/tests/resources/testClass.php
dojo-pkg-1.121.0 data/dojo-release-1.2.1-src/dojo/tests/resources/testClass.php
dojo-pkg-1.122.0 data/dojo-release-1.2.2-src/dojo/tests/resources/testClass.php
dojo-pkg-1.123.0 data/dojo-release-1.2.3-src/dojo/tests/resources/testClass.php
dojo-pkg-1.130.0 data/dojo-release-1.3.0-src/dojo/tests/resources/testClass.php
dojo-pkg-1.131.0 data/dojo-release-1.3.1-src/dojo/tests/resources/testClass.php