Skip to content

classes_lib_controls_table_td.class

Daniel Spors edited this page Dec 19, 2023 · 3 revisions

Classes in file lib/controls/table/td.class.php

class Td

Just a table cell (td).

Extends: Control » Renderable

GetContent

Returns this cells contents. Note: This will return the unformatted content and ignore an eventually active CellFormat.

Definition: public function GetContent()

Returns: string Contents

SetContent

Set new content.

Definition: public function SetContent($content)

Returns: void

Parameters:

  • mixed $content The new content

__construct

Definition: public function __construct($options=false)

Returns: NOT DOCUMENTED

Parameters:

  • array $options No valid options defined yet
Clone this wiki locally