interface ModelInterface (View source)

Methods

array
getData()

Get the Model data

mixed
getDataProperty(string $property)

Get Data Property

Details

at line line 12
array getData()

Get the Model data

Return Value

array

at line line 21
mixed getDataProperty(string $property)

Get Data Property

Parameters

string $property

Return Value

mixed