Ferreteria/v0.3/class/tDataDesign: Difference between revisions
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
m (Woozle moved page Ferreteria/class/tDataDesign to Ferreteria/v3/class/tDataDesign without leaving a redirect: this is all v3 documentation, and we still need v2) |
m (Woozle moved page Ferreteria/v3/class/tDataDesign to Ferreteria/v0.3/class/tDataDesign: version renumbering) |
(No difference)
| |
Revision as of 15:28, 3 February 2020
trait tDataDesign {
// RETURNS: list of fields we expect to find
abstract public function GetFieldClassArray();
// RETURNS: string representing class of the field named by $sKey
private $arClasses = NULL;
public function GetClass_forField($sKey) {
public function GetClass_default() {
protected function HandleMissingField($sKey) {
}
- file: Template:L/ferreteria/file
- replaces: Template:L/ferreteria/class
- used by: