Public Member Functions | |
| OptionalChoice ($parentConvention, $optionalChoiceID=0) | |
| load () | |
| save () | |
| isAvailable () | |
Public Attributes | |
| $category | |
| $title | |
| $description | |
| $price | |
| $adminOnly | |
| If this is set, only admin is allowed to assign and unasign this optional choice.   | |
| $available | |
| $id | |
| $parentConvention | |
Definition at line 37 of file OptionalChoice.php.
| OptionalChoice::OptionalChoice | ( | $ | parentConvention, | |
| $ |  optionalChoiceID = 0 | |||
| ) | 
Definition at line 49 of file OptionalChoice.php.
References $parentConvention, and load().

| OptionalChoice::load | ( | ) | 
Definition at line 58 of file OptionalChoice.php.
References $filename, and $settings.
Referenced by OptionalChoice().
| OptionalChoice::save | ( | ) | 
Definition at line 69 of file OptionalChoice.php.
References $filename, $settings, array_export(), description, and title.

| OptionalChoice::isAvailable | ( | ) | 
| OptionalChoice::$category | 
Definition at line 39 of file OptionalChoice.php.
| OptionalChoice::$title | 
Definition at line 40 of file OptionalChoice.php.
| OptionalChoice::$description | 
Definition at line 41 of file OptionalChoice.php.
| OptionalChoice::$price | 
Definition at line 42 of file OptionalChoice.php.
| OptionalChoice::$adminOnly | 
If this is set, only admin is allowed to assign and unasign this optional choice.
Definition at line 43 of file OptionalChoice.php.
| OptionalChoice::$available | 
| OptionalChoice::$id | 
Definition at line 46 of file OptionalChoice.php.
| OptionalChoice::$parentConvention | 
 1.5.5