Sindbad~EG File Manager

Current Path : /home/escuelai/public_html/biblioteca.escuelaintegral.edu.uy/classes/onto/
Upload File :
Current File : /home/escuelai/public_html/biblioteca.escuelaintegral.edu.uy/classes/onto/onto_class.class.php

<?php
// +-------------------------------------------------+
// | 2002-2007 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: onto_class.class.php,v 1.4 2022/11/25 14:59:27 arenou Exp $

if (stristr($_SERVER['REQUEST_URI'], ".class.php")) die("no access");

require_once($class_path."/onto/onto_resource.class.php");


/**
 * class onto_class
 * 
 */
class onto_class extends onto_resource {

	/** Aggregations: */

	/** Compositions: */

	 /*** Attributes: ***/

	/**
	 *
	 * @access protected
	 */
	public $sub_class_of;
	
	public $field;


	public function add_sub_class_of($sub_class_of) {
		if (!isset($this->sub_class_of)) {
			$this->sub_class_of = array();
		}
		if (!in_array($sub_class_of, $this->sub_class_of)) {
			$this->sub_class_of[] = $sub_class_of;
		}
	}

} // end of onto_class

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists