trait ListFieldTrait (View source)

Methods

int
count()

Makes ListFieldInterface fields |length filter return the number of elements in the field

int
length()

Makes ListFieldInterface fields .length attribute return the number of elements in the field

current()

No description

void
next()

No description

int
key()

No description

bool
valid()

No description

void
rewind()

No description

Details

int count()

Makes ListFieldInterface fields |length filter return the number of elements in the field

Return Value

int

int length()

Makes ListFieldInterface fields .length attribute return the number of elements in the field

Return Value

int

Field current()

Return Value

Field

void next()

Return Value

void

int key()

Return Value

int

bool valid()

Return Value

bool

void rewind()

Return Value

void