| PHP |
|---|
| class LJCDbColumns |
It includes an AddObject() method that requires the strongly typed LJCDbColumn object collection element. This is what makes the collection strongly typed.
The Get() method retrieves the internal array element by key.| ToCollection | _FunctionSummary_ |
| construct | Initializes a class instance. |
| Clone | Creates an object clone. |
| Add | Creates an object and adds it to the collection. |
| AddObject | Adds an object and key value. |
| AddObjects | _FunctionSummary_ |
| InsertObject | _FunctionSummary_ |
| Remove | _FunctionSummary_ |
| Retrieve | Retrieves the item by Key value. |
| KeyNames | _FunctionSummary_ |
| MapNames | Sets the PropertyName, RenameAs and Caption values for a column. |
| SelectItems | Get the column definitions that match the property names. |
| SetWhereOperators | Sets the Where Clause operators. |
| ToArray | Get an array of item objects. |
| DebugItems | _FunctionSummary_ |
| DebugKeys | _FunctionSummary_ |
| DebugPropertyNames | _FunctionSummary_ |
| $DebugText | The debug text. |