00001 <?php 00002 00003 namespace Habari; 00004 00005 00009 class FormControlTextArea extends FormControl 00010 { 00016 public function get(Theme $theme) 00017 { 00018 $this->settings['internal_value'] = true; 00019 return parent::get($theme); 00020 } 00021 00022 } 00023 00024 ?>