class JModelBase implements JModel

Joomla Platform Base Model Class

Methods

__construct( Registry $state = null)

Instantiate the model.

Registry
getState()

Get the model state.

void
setState( Registry $state)

Set the model state.

Details

__construct( Registry $state = null)

Instantiate the model.

Parameters

Registry $state The model state.

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