/** @var \DOE_50001_Ready\Task $task *///Available Task Data
$task->id();
$task->getMenuName();
$task->getTitle();
$task->language_requested;
$task->language_displayed;
/** ONLY AVAILABLE WHEN TASKS LOADED THROUGH GUIDANCE */
$task->sectionCode;
$task->section;
$task->relatedIsoSections;
$task->prerequisites;
$task->leadsTo;
$task->custom_tips;
//customTips Must be externally loaded with $guidance->setCustomTips($customTips);
$task->resources;
//With Processed Markup Text
$task->getGettingItDone();
$task->getTaskOverview();
$task->getFullDescription();
$task->getOtherIsoTips();
$task->getEnergyStarTips();
$task->getCustomTips();
//Create a new Markup Processor that implements the rInterface//Inject the new Markup Processor into the Guidance or Tasks
$guidance = new Guidance($language, NewMarkupProcessor::class);
$task = new Task::load($task_id, $language, NewMarkupProcessor::class);
[task](Menu Name)
[resource](Resource_Code_Name)
[Accordion](Title of Accordion Content)
**Accordion Content**
[Accordion End]
[Learn More](Title of Learn More Content)
**Learn More Content**
[Learn More End]
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.