phpDocumentor sfW3studioCMSPlugin
BaseW3sSlotManager
[ class tree: sfW3studioCMSPlugin ] [ index: sfW3studioCMSPlugin ] [ all elements ]

Class: BaseW3sSlotManager

Source Location: /lib/w3studioCmsCore/editor/plugins/BaseW3sSlotManager.class.php

Class BaseW3sSlotManager

Class Overview

Implements interfaces:

BaseW3sSlotManager is the base class that renders the interface to manage website's slots.

Located in /lib/w3studioCmsCore/editor/plugins/BaseW3sSlotManager.class.php [line 24]



		
				Author(s):
		
		
		API Tags:
Abstract:  

Information Tags:

Properties

Methods

[ Top ]
Property Summary
mixed   $idLanguage  
mixed   $idPage  
mixed   $rowSkeleton  

[ Top ]
Method Summary
BaseW3sSlotManager   __construct()  
void   render()  

[ Top ]
Properties
mixed   $idLanguage [line 28]
API Tags:
Access:  protected


[ Top ]
mixed   $idPage [line 27]
API Tags:
Access:  protected


[ Top ]
mixed   $rowSkeleton =
'<div id="%s" class="%s">
<div style="float:left;">
<div id="w3s_slot_name_%s" style="display:block;">%s</div>
</div>
<div style="float:right;margin-top:-1px;">%s</div>
<div style="clear:right;"></div>
</div>'
[line 29]
API Tags:
Access:  protected


[ Top ]
Methods
Constructor __construct  [line 38]

  BaseW3sSlotManager __construct( $idLanguage, $idPage  )

Parameters:
   $idLanguage: 
   $idPage: 

API Tags:
Access:  public


[ Top ]
render  [line 44]

  void render( )


API Tags:
Access:  public


Implementation of:
w3sEditor::render()

[ Top ]

Documentation generated on Tue, 11 Aug 2009 14:53:32 +0200 by phpDocumentor 1.4.0