Ferreteria/v0.3/class/tFieldRow Storage
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
/*::::
REPLACES: fcDataRow
COPYING METHODS OVER AS NEEDED
*/
abstract class cFieldRowStandard extends cFieldRow_sourced implements ifSingleKeyedRow {
use tKeyedRow;
use tSaveableRow;
use tSingleKey_Row;
}