Documentation is available at TypedObject.interface.php
- <?php
- /**
- * @package org.phptmapi.core
- */
- /**
- * Interface TypedObjectInterface: Provides basic methods setType() and getType().
- *
- * @author Johannes Schmidt - t8d <kontakt@t8d.de>
- */
- interface TypedObjectInterface{
- /**
- * setType: Sets the type of the object. Replaces any existing type.
- * @param object TopicInterface $type or null to remove any existing type.
- * @access public
- * @return void
- */
- public function setType($type);
- /**
- * getType: Returns the type of the object
- * @access public
- * @return object TopicInterface The TopicInterface object which defines the type of the object, or null if the object is untyped.
- */
- public function getType();
- }
- ?>
Documentation generated on Fri, 30 Jun 2006 13:07:17 +0200 by phpDocumentor 1.3.0RC4