Model/FieldRows.php

Classes 
package
Model
Classes
Kwf_Model_FieldRows

Description

\Kwf_Model_FieldRows

Extends from
\Kwf_Model_Data_Abstract
Implements
\Kwf_Model_RowsSubModel_Interface
package
Model
Properties
$_fieldName
$_rowClass
$_rowsetClass
Methods
__construct
createRow
createRowByParentRow
delete
getRowByDataKey
getRows
getRowsByParentRow
getUniqueIdentifier
insert
update

Description

Properties

$_fieldName

 $_fieldName = ''

Details

visibility
protected
default
final
false
static
false

$_rowClass

 $_rowClass = 'Kwf_Model_FieldRows_Row'

Details

visibility
protected
default
Kwf_Model_FieldRows_Row
final
false
static
false

$_rowsetClass

 $_rowsetClass = 'Kwf_Model_FieldRows_Rowset'

Details

visibility
protected
default
Kwf_Model_FieldRows_Rowset
final
false
static
false

Methods

__construct

__construct(  $config = array ) :
Arguments
$config
Details
visibility
public
final
false
static
false

createRow

createRow(  $data = array ) : \Kwf_Model_Row_Interface

Arguments
$data
Details
visibility
public
final
false
static
false

createRowByParentRow

createRowByParentRow(  $parentRow,  $data = array ) :
Arguments
$parentRow
$data
Details
visibility
public
final
false
static
false

delete

delete(  $row ) :
Arguments
$row
Details
visibility
public
final
false
static
false

getRowByDataKey

getRowByDataKey(  $key,  $parentRow ) :
Arguments
$key
$parentRow
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

getRowsByParentRow

getRowsByParentRow(  $parentRow,  $select = array ) :
Arguments
$parentRow
$select
Details
visibility
public
final
false
static
false

getUniqueIdentifier

getUniqueIdentifier( ) : string

Output
string
Details
visibility
public
final
false
static
false

insert

insert(  $row,  $rowData ) :
Arguments
$row
$rowData
Details
visibility
public
final
false
static
false

update

update(  $row,  $rowData ) :
Arguments
$row
$rowData
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox 0.12.3.