clonefish logo

clonefish elements

clonefish element class

methods

All the element types are subclasses of the element class. The public methods of the elements are generalized. You can reach an element with the getElementByName() method of clonefish:
$element = $clonefish->getElementByName('name');
The properties of the elements are set through the configuration array, instead of being set directly. The configuration array settings are described under the "Input types" and the "Validation types" section.

The public methods of the element classes are: