contents = $contents; } public function open() { print "the jar is now open
"; } public function close() { print "the jar is now closed
"; } } ?>