Model/Mongo/RowsSubModel.php
- internal
- package
- Model
- Classes
- Kwf_Model_Mongo_RowsSubModel
Description
\Kwf_Model_Mongo_RowsSubModel
- Extends from
- \Kwf_Model_Data_Abstract
- Implements
- \Kwf_Model_RowsSubModel_Interface
- internal
- package
- Model
-
Properties
- $_fieldName
- $_parentModel
- $_primaryKey
- $_rowClass
- $_rowsetClass
-
Methods
- __construct
- _init
- childModelRowUpdated
- createRow
- createRowByParentRow
- delete
- dependentModelRowUpdated
- getRowByDataKey
- getRows
- getRowsByParentRow
- getUniqueIdentifier
- insert
- setParentModel
- update
Description
Properties
$_fieldName = ''
Details
- visibility
- protected
- default
- final
- false
- static
- false
$_primaryKey = 'intern_id'
Details
- visibility
- protected
- default
- intern_id
- final
- false
- static
- false
$_rowClass = 'Kwf_Model_Mongo_RowsSubModel_Row'
Details
- visibility
- protected
- default
- Kwf_Model_Mongo_RowsSubModel_Row
- final
- false
- static
- false
$_rowsetClass = 'Kwf_Model_Mongo_RowsSubModel_Rowset'
Details
- visibility
- protected
- default
- Kwf_Model_Mongo_RowsSubModel_Rowset
- final
- false
- static
- false
Methods
__construct(
$config
=
array
)
:
Details
- visibility
- public
- final
- false
- static
- false
_init(
)
:
Details
- visibility
- protected
- final
- false
- static
- false
childModelRowUpdated(
$row, $action
)
:
Details
- visibility
- public
- final
- false
- static
- false
createRowByParentRow(
$parentRow, $data
=
array
)
:
Arguments
- $parentRow
- $data
Details
- visibility
- public
- final
- false
- static
- false
delete(
$row
)
:
Details
- visibility
- public
- final
- false
- static
- false
dependentModelRowUpdated(
$row, $action
)
:
Details
- visibility
- public
- final
- false
- static
- false
getRowByDataKey(
$key, $parentRow
)
:
Arguments
- $key
- $parentRow
Details
- visibility
- public
- final
- false
- static
- false
getRows(
$where
=
null, $order
=
null, $limit
=
null, $start
=
null
)
:
Arguments
- $where
- $order
- $limit
- $start
Details
- visibility
- public
- final
- false
- static
- false
getRowsByParentRow(
$parentRow, $select
=
array
)
:
Arguments
- $parentRow
- $select
Details
- visibility
- public
- final
- false
- static
- false
getUniqueIdentifier(
)
:
string
Details
- visibility
- public
- final
- false
- static
- false
insert(
$row, $rowData
)
:
Details
- visibility
- public
- final
- false
- static
- false
setParentModel(
$m
)
:
Details
- visibility
- public
- final
- false
- static
- false
update(
$row, $rowData
)
:
Details
- visibility
- public
- final
- false
- static
- false