Ferreteria/v0.6/clade/Sys/Diag/Data/Stack/Card
Jump to navigation
Jump to search
| ||||||||||||||||||||||||||||||||||||||||||||||
About
- Purpose: wraps data from a function/method call, i.e. a Stack element
- Aliases: [Stack] Call, Stack Element
- A Call has Filine info plus class, method, argument, and object information
- ...but no error information. It's just a function call within a Stack trace.
Pages
History
- 2023-12-17 building from cannibalized parts
- 2024-03-28 reworking to be a Card-podling (because FileLine is now)
- 2024-04-07 added RenderRowSimple() to render a table row
- also, much class-system rearrangement & renaming
- 2024-07-16 renaming RenderRowSimple() -> BuildRowSimple() so we can render to TTY if needed
- Also, return-type changed: string -> TableRow
- 2024-08-24 reworking: now descends directly from InfoCard, and Fline will be a separate object
- Further reworking will be needed to make this work.
- 2024-09-02 Removing disabled stuff:
- trait tCard (replaced by Fields).
- cCard::InternalToType(string $sName) : string (disabled 2024-08-27)
- old bits of cCard::WithStackLine() disabled on 2024-08-25 and 2024-08-30