Prado\Web\UI\WebControls\TTableCell::getWrap PHP Méthode

getWrap() public méthode

public getWrap ( ) : boolean
Résultat boolean whether the text content wraps within a table cell. Defaults to true.
    public function getWrap()
    {
        if ($this->getHasStyle()) {
            return $this->getStyle()->getWrap();
        } else {
            return true;
        }
    }