Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 6... Línea 6...
6
 
6
 
7
/**
7
/**
8
 *  A rule within a rule set. All rules contain a conditions property,
8
 *  A rule within a rule set. All rules contain a conditions property,
9
 * which can be empty, and documentation about the rule.
9
 * which can be empty, and documentation about the rule.
10
 */
10
 */
11
abstract Class AbstractRule
11
abstract class AbstractRule
12
{
12
{
13
    private $conditions;
13
    private $conditions;
Línea 14... Línea 14...
14
    private $documentation;
14
    private $documentation;