Ferreteria/v0.5/@cls/data/card/caBase
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
cLocal → | caCard → | cK1I |
- Source: data/fields/card/card.php
Methods
- protected function __construct(caPortRow $oRow, array $arVals)
- protected function IsLocked() : bool { return FALSE; }
- static public function MakeCard(FD\caPortRow $oRow, array $arVals)
- protected function _LoadedVals(array $ar) { $this->arLoaded = $ar; }
- protected function ChangedVals() : array
- FRAMEWORK
- protected function _Row(caPortRow $oRow) { $this->oRow = $oRow; }
- protected function Row() : caPortRow { return $this->oRow; }
- protected function Bank() : caPortBank { return $this->Row()->GetBank(); }
- protected function Spec() : spec\cQuery
- public function StorCard() : card\k1i\cStor
- ERRORS
- protected function MissingCellException(string $sName) : F\except\cInternal