* @package taoQTI */ abstract class Expression implements Rule { // --- ASSOCIATIONS --- // generateAssociationEnd : // --- ATTRIBUTES --- // --- OPERATIONS --- /** * Short description of method getRule * * @access public * @author Joel Bout, * @return string */ public function getRule() { $returnValue = (string) ''; return (string) $returnValue; } }