| 
| 
  | $name = 'Set Membership Dates Task' | 
|   | 
|   | $description | 
|   | 
|   | $default_schedule | 
|   | 
| 
  | $name = 'Fannie Task' | 
|   | 
| 
  | $description = 'Information about the task' | 
|   | 
|   | $default_schedule | 
|   | 
| 
  | $schedulable = true | 
|   | 
|   | $log_start_stop = true | 
|   | 
| 
const  | TASK_NO_ERROR = 0 | 
|   | 
| 
const  | TASK_TRIVIAL_ERROR = 1 | 
|   | 
| 
const  | TASK_SMALL_ERROR = 2 | 
|   | 
| 
const  | TASK_MEDIUM_ERROR = 3 | 
|   | 
| 
const  | TASK_LARGE_ERROR = 4 | 
|   | 
| 
const  | TASK_WORST_ERROR = 5 | 
|   | 
 | 
| 
  | $error_threshold = 99 | 
|   | 
| 
  | $config = null | 
|   | 
| 
  | $logger = null | 
|   | 
| 
  | $options = array() | 
|   | 
| 
  | $arguments = array() | 
|   | 
| 
  | $test_mode = false | 
|   | 
If an equity payment has been made, assign start date to that equity payment's date. If equity is not fully paid, set the end date one year in the future.
Re-fetch accounts with update dates and set notification message in custReceiptMessages and/or CustomerNotifications
 
 
      
        
          | SetMemDatesTask::$default_schedule | 
        
      
 
Initial value:= array(
        'min' => 0,
        'hour' => 2,
        'day' => '*',
        'month' => '*',
        'weekday' => '*',
    )
 
 
 
      
        
          | SetMemDatesTask::$description | 
        
      
 
Initial value:= 'Assigns start and end dates to
accounts once the first equity payment is made and/or
equity reaches final required balance'
 
 
 
The documentation for this class was generated from the following file:
- fannie/cron/tasks/SetMemDatesTask.php