code = RestResult::OK; } /** * Result code * @var int * @api */ public $code; /** * Result message * @var string * @api */ public $message; /** * Sanitize the content of this result to hide sensitive information */ public function SanitizeContent() { // The default implementation does nothing } }