class Field extends Model (View source)

Properties

int $maxOccurs
int $minOccurs
string $name
string $table
string $type

Methods

setMaxOccurs($maxOccurs)

No description

int
getMaxOccurs()

No description

setMinOccurs($minOccurs)

No description

int
getMinOccurs()

No description

setName($name)

No description

string
getName()

No description

setTable($table)

No description

string
getTable()

No description

setType($type)

No description

string
getType()

No description

Details

setMaxOccurs($maxOccurs)

No description

Parameters

$maxOccurs

int getMaxOccurs()

No description

Return Value

int

setMinOccurs($minOccurs)

No description

Parameters

$minOccurs

int getMinOccurs()

No description

Return Value

int

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setTable($table)

No description

Parameters

$table

string getTable()

No description

Return Value

string

setType($type)

No description

Parameters

$type

string getType()

No description

Return Value

string