00001 <?php 00002 00011 class TKSnapLessonPlanPreview extends TKSnapPreview { 00019 protected function getTranslators() { 00020 return array( 00021 'Snap Lesson Plan' => 'STransLessonPlan', 00022 'Standard XML 3' => 'STransStdXML3' 00023 ); 00024 } 00025 00033 protected function getFormattedSource() { 00034 return SXMLHelper::formatXMLSource($this->version->getContentModule()->getXML()); 00035 } 00036 } 00037 00038 ?>
1.5.6