/** * Sets the attribute of a user info object to the specified value, and saves it in the database */ public function setAttribute($ak, $value) { return parent::setAttribute($ak, $value); }