public function isValueEditor($text) { if ($text != '' && $text != '<p> </p>' && $text != '<p> </p>' && $text != '<p></p>' && $text != '<br />') { return true; } return false; }