Component/Generator/Model.php
- Classes
- Kwf_Component_Generator_Model
\Kwf_Component_Generator_Model
- Extends from
- \Kwf_Model_Abstract
- package
- Model
- Properties
- $_constraints
- $_rowClass
- $_rowsetClass
- Methods
- getColumns
- getPrimaryKey
- getRowByDataKey
- getRows
- getUniqueIdentifier
- output
Description
Properties
$_constraints
$_constraints = 'array'
Details
- visibility
- protected
- default
- array
- final
- false
- static
- false
$_rowClass
$_rowClass = 'Kwf_Model_Row_Data_Abstract'
Details
- visibility
- protected
- default
- Kwf_Model_Row_Data_Abstract
- final
- false
- static
- false
$_rowsetClass
$_rowsetClass = 'Kwf_Component_Generator_Model_Rowset'
Details
- visibility
- protected
- default
- Kwf_Component_Generator_Model_Rowset
- final
- false
- static
- false
Methods
getColumns
getColumns(
)
:
Details
- visibility
- public
- final
- false
- static
- false
getPrimaryKey
getPrimaryKey(
)
:
Details
- visibility
- public
- final
- false
- static
- false
getRowByDataKey
getRowByDataKey(
$row
)
:
Arguments
- $row
Details
- visibility
- public
- final
- false
- static
- false
getRows
getRows(
$where
=
null, $order
=
null, $limit
=
null, $start
=
null
)
:
Arguments
- $where
- $order
- $limit
- $start
Details
- visibility
- public
- final
- false
- static
- false
getUniqueIdentifier
getUniqueIdentifier(
)
:
string
Output
- string
Details
- visibility
- public
- final
- false
- static
- false
output
output(
)
:
Gibt den Komponenten-Baum aus (für CLI)
Details
- visibility
- public
- final
- false
- static
- true