interface JModel

Joomla Platform Model Interface

Methods

Registry
getState()

Get the model state.

void
setState( Registry $state)

Set the model state.

Details

Registry getState()

Get the model state.

Return Value

Registry The state object.

void setState( Registry $state)

Set the model state.

Parameters

Registry $state The state object.

Return Value

void