Class: EditorContext

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

Class EditorContext

Class Overview

This class wraps all the Editor calls.

Located in /CORE/system/classes/administration/EditorContext.php [line 40]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: EditorContext.php,v 1.4 2006/11/26 22:04:13 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
EditorContext   EditorContext()  
void   canAccessEditor()  
void   getLanguage()  
void   getLanguageID()  
void   getMenu()  
void   hasMenuWriteRights()  
void   isWorkflowVersion()  

[ Top ]
Methods
Constructor EditorContext  [line 59]

  EditorContext EditorContext( $editorType, $userID  )

Parameters:
   $editorType: 
   $userID: 


[ Top ]
canAccessEditor  [line 106]

  void canAccessEditor( )



[ Top ]
getLanguage  [line 65]

  void getLanguage( )



[ Top ]
getLanguageID  [line 100]

  void getLanguageID( )



[ Top ]
getMenu  [line 71]

  void getMenu( )



[ Top ]
hasMenuWriteRights  [line 114]

  void hasMenuWriteRights( )



[ Top ]
isWorkflowVersion  [line 95]

  void isWorkflowVersion( )



[ Top ]