File : dummy_third_party_plugin_foo.class.php
<?php
// ################################################################
defined( '_JOMRES_INITCHECK' ) or die( '' );
// ################################################################
// A sample class file that would be included by j00001dummy_third_party_plugin_start.class.php
class dummy_third_party_plugin_foo
{
function dummy_third_party_plugin_foo()
{
$this->id = 0;
}
}
?>