size=$size; $this->form='PhangoApp\PhaModels\CoreForms::TextForm'; } /** * This function is used for show the value on a human format */ public function show_formatted($value) { return $value; } /** * This function is for check if the value for field is valid */ public function check($value) { //Delete Javascript tags and simple quotes. $this->value=Utils::form_text($value); return Utils::form_text($value); } } ?>