value pairs where the * key is the property of the model the message is for * and the value is the actual message * * @return array */ public function getMessages(); /** * Set a public property of the model * @param string $property * @param mixed $value */ public function set($property, $value); /** * Get a public property of the model * @param string $property * @return mixed */ public function get($property); }