id = $id; $this->attribute( 'id' )->set( $this->id ); } else $this->id = \plainview\sdk_eightb_sold_alerts\base::uuid(); $this->row = $row; } public function __tostring() { return $this->indent() . $this->open_tag() . $this->text . $this->close_tag() . "\n"; } public function indentation() { return $this->row->indentation() + 1; } /** @brief Return the row of this cell. @details Is used to continue the ->td()->row()->td() chain. @return row The table row this cell was created in. @since 20130430 **/ public function row() { return $this->row; } }