HTML; } function Field() { self::Requirements(); $field = parent::Field(); $id = $this->id(); $val = $this->attrValue(); $innerHTML = self::HTMLField( $id, $this->name, $val ); return << $innerHTML HTML; } }