MessageDefinitionAid.php

Go to the documentation of this file.
00001 <?php
00018 class MessageDefinitionAid extends TranslationAid {
00019     public function getData() {
00020         $language = $this->group->getSourceLanguage();
00021 
00022         return array(
00023             'value' => $this->getDefinition(),
00024             'language' => $language,
00025         );
00026     }
00027 }
Generated on Tue Oct 29 00:00:25 2013 for MediaWiki Translate Extension by  doxygen 1.6.3