Back to PhocaDownloadLayout class

Method isValueEditor

public
isValueEditor
(mixed $text)

Method isValueEditor - Source code

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