Ferreteria/v0.5/@cls/data/card/caBase: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Jump to navigation Jump to search
(Created page with "{{fmt/title|class <code>{{l/ver/class||ferret}}\{{l/ver/class|data}}\caCard</code>}} {| style="border: solid 1px grey; background: #eef;" |- | {{l/ver/class|ns=data|caCard}} → | {{l/ver/class|ns=data/card|cK1I}} |} * '''Source''': {{l/ferreteria/code|data/fields/card/card.php}}")
 
No edit summary
Line 6: Line 6:
|}
|}
* '''Source''': {{l/ferreteria/code|data/fields/card/card.php}}
* '''Source''': {{l/ferreteria/code|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

Revision as of 00:56, 26 February 2023

class ferret\data\caCard
caCard cK1I

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