Form Validation helper methods.

This is a collection of static classes which are used in the more complex form validation cycles, like username uniqueing and the like.

All functions are statically callable. (Have to be for QuickForm to work.)

package org.routamc.positioning

 Methods

__construct ($args)

Parameters

$args

get_name_for_key ($key)

Parameters

$key

key_exists ($key)

Parameters

$key

list_all ()

set_type ($type)

Ignored.

Parameters

$type

_populate_data ($countries)

Parameters

$countries

 Properties

 

array $_data

The array with the data we're working on.