Ferreteria/v0.3/class/tDataDesign: Difference between revisions
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
m (improved template) |
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) |
(No difference)
| |
Revision as of 14:24, 19 January 2019
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: