Differences

This shows you the differences between two versions of the page.

Link to this comparison view

get_workspace [2013/11/02 08:37]
get_workspace [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== Get Workspace ======
 +An instance of the workspace object can be injected like this:
  
 +  @Inject private IWorkspace workspace;
 +  
 +{{tag>e4}}