TFrame
extends TElement
in package
Frame Widget: creates a bordered area with a title located at its top-left corner
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Class Constructor
- getId() : mixed
- Return the Frame ID
- getLegend() : mixed
- Returns the inner legend
- getSize() : array<string|int, mixed>
- Returns the frame size
- setLegend() : mixed
- Set Legend
Properties
$height
private
mixed
$height
$legend
private
mixed
$legend
$width
private
mixed
$width
Methods
__construct()
Class Constructor
public
__construct([mixed $width = NULL ][, mixed $height = NULL ]) : mixed
Parameters
- $width : mixed = NULL
- $height : mixed = NULL
getId()
Return the Frame ID
public
getId() : mixed
Tags
getLegend()
Returns the inner legend
public
getLegend() : mixed
getSize()
Returns the frame size
public
getSize() : array<string|int, mixed>
Return values
array<string|int, mixed>setLegend()
Set Legend
public
setLegend( $legend) : mixed