lithium\data\Entity::model()

public method

Returns the model which this entity is bound to.

Returns

string

The fully qualified model class name.

Source

	public function model() {
		return $this->_model;
	}