Class: EditorSaveHelper

Source Location: /CORE/system/classes/administration/EditorSaveHelper.php

Class EditorSaveHelper

Class Overview

This class wraps the Save process for Editor.

You do not have to perform rigt checks or Workflow calls, everything will be handled in here.

Simply call getMessage() and getTitle() to show Feedback messages to the User.

Located in /CORE/system/classes/administration/EditorSaveHelper.php [line 48]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: EditorSaveHelper.php,v 1.5 2008/06/02 00:04:48 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Properties

Methods

[ Top ]
Property Summary
mixed   $editorContext  

[ Top ]
Method Summary
EditorSaveHelper   EditorSaveHelper()  
void   getMessage()  
void   saveContent()  

[ Top ]
Properties
mixed   $editorContext = null [line 62]

[ Top ]
Methods
Constructor EditorSaveHelper  [line 64]

  EditorSaveHelper EditorSaveHelper( $context  )

Parameters:
   $context: 


[ Top ]
getMessage  [line 148]

  void getMessage( )



[ Top ]
saveContent  [line 79]

  void saveContent( $content, [ $additional = array()]  )

Parameters:
   $content: 
   $additional: 


[ Top ]