getValue(); if (empty($value)) { return true; } if ($value != strip_tags($value)) { return false; } return true; } }