00001 <?php 00002 00003 namespace Habari; 00004 00008 class FormControlData extends FormControl 00009 { 00015 public function get(Theme $theme) 00016 { 00017 return ''; 00018 } 00019 00023 public function process() 00024 {} 00025 00026 } 00027 00028 ?>