Ferreteria/v0.3/class/tFieldClasses

From Woozle Writes Code
< Ferreteria‎ | v0.3‎ | class
Revision as of 15:28, 3 February 2020 by htyp>Woozle (Woozle moved page Ferreteria/v3/class/tFieldClasses to Ferreteria/v0.3/class/tFieldClasses: version renumbering)
Jump to navigation Jump to search

Template:Page/obsolete

trait tFieldClasses {
    // RETURNS: list of fields we expect to find
    abstract public function GetFieldClassArray();
    // RETURNS: string representing class of the field named by $sKey
    public function GetClass_forField($sKey) {
    public function GetClass_default() {
    protected function HandleMissingField($sKey) {
}