protected function _defineDatamap()
 {
     $datamap = array('_FILES_' => 'files_data');
     $ini = Limb::toolkit()->getINI('image_variations.ini');
     $image_variations = $ini->getAll();
     foreach ($image_variations as $variation => $variation_data) {
         $datamap['upload_' . $variation . '_max_size'] = 'upload_' . $variation . '_max_size';
         $datamap['generate_' . $variation . '_max_size'] = 'generate_' . $variation . '_max_size';
         $datamap[$variation . '_action'] = $variation . '_action';
         $datamap[$variation . '_base_variation'] = $variation . '_base_variation';
     }
     return ComplexArray::array_merge(parent::_defineDatamap(), $datamap);
 }
 protected function _defineDatamap()
 {
     return ComplexArray::array_merge(parent::_defineDatamap(), array('identifier' => 'identifier', 'password' => 'password', 'second_password' => 'second_password'));
 }
 function _defineDatamap()
 {
     return ComplexArray::array_merge(parent::_defineDatamap(), array('description' => 'description'));
 }
 protected function _defineDatamap()
 {
     return ComplexArray::array_merge(parent::_defineDatamap(), array('message' => 'message', 'sender' => 'sender', 'sender_email' => 'sender_email', 'comment' => 'comment', 'comment_author' => 'comment_author', 'comment_author_email' => 'comment_author_email'));
 }
 protected function _defineDatamap()
 {
     return ComplexArray::array_merge(parent::_defineDatamap(), array('annotation' => 'annotation', 'news_content' => 'content', 'news_date' => 'news_date'));
 }
 protected function _defineDatamap()
 {
     return ComplexArray::array_merge(parent::_defineDatamap(), array('name' => 'name', 'lastname' => 'lastname', 'email' => 'email'));
 }
 protected function _defineDatamap()
 {
     return ComplexArray::array_merge(parent::_defineDatamap(), array('question' => 'question', 'question_author' => 'question_author', 'question_author_email' => 'question_author_email', 'answer' => 'answer', 'answer_author' => 'answer_author', 'answer_author_email' => 'answer_author_email'));
 }
 protected function _defineDatamap()
 {
     return ComplexArray::array_merge(parent::_defineDatamap(), array('content' => 'content'));
 }