|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($parent, $child, $type, $name, $isPrimary=false, $nthSibling=0) | |
| getParent () | |
| getChild () | |
| getType () | |
| getName () | |
| getIsPrimary () | |
| getNthSibling () | |
Definition at line 27 of file ChildAssociation.php.
| __construct | ( | $ | parent, |
| $ | child, | ||
| $ | type, | ||
| $ | name, | ||
| $ | isPrimary = false, |
||
| $ | nthSibling = 0 |
||
| ) |
Definition at line 36 of file ChildAssociation.php.
| getChild | ( | ) |
Definition at line 51 of file ChildAssociation.php.
| getIsPrimary | ( | ) |
Definition at line 66 of file ChildAssociation.php.
| getName | ( | ) |
Definition at line 61 of file ChildAssociation.php.
| getNthSibling | ( | ) |
Definition at line 71 of file ChildAssociation.php.
| getParent | ( | ) |
Definition at line 46 of file ChildAssociation.php.
| getType | ( | ) |
Definition at line 56 of file ChildAssociation.php.