\Fuman_Action_Record_Interface

Actions with this interface are related to a record

Summary

Methods
Constants
getTable()
setTable()
getRecord()
setRecord()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getTable()

getTable() : \Fuman_Table

Gets table

Returns

\Fuman_Table

setTable()

setTable(\Fuman_Table  $table) : void

Sets table

Parameters

\Fuman_Table $table

getRecord()

getRecord() : \Fuman_Db_Record

Gets records

Returns

\Fuman_Db_Record

setRecord()

setRecord(\Fuman_Db_Record  $record) : void

Sets record

Parameters

\Fuman_Db_Record $record