phpDocumentor

TextData implements WidgetData

Class representing text data.

Interfaces, Classes and Traits

WidgetData
Interface representing widget data.

Table of Contents

TYPE  = "text"
Type name.
$text  : TextDataValue
Value.
$type  : string
Type.
create()  : TextData
Create instance.
text()  : TextDataValue
Return value.
type()  : string
Return type.
__construct()  : mixed
Constructor.

Constants

TYPE

Type name.

private mixed TYPE = "text"

Properties

Methods

type()

Return type.

public type() : string
Tags
inheritDoc
Return values
string

Type.

Search results