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

Class: BaseW3sLanguagesEditor

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

Class BaseW3sLanguagesEditor

Class Overview

Implements interfaces:

BaseW3sLanguagesEditor is the base class that renders the interface to manage website's languages.

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



		
				Author(s):
		
		
		API Tags:
Abstract:  

Information Tags:

Properties

Methods

[ Top ]
Property Summary
mixed   $availableCountriesPath  
mixed   $editorSkeleton  
mixed   $language  

[ Top ]
Method Summary
BaseW3sLanguagesEditor   __construct()  
void   getAvailableCountries()  
string   render()   Renders the editor
void   setAvailableCountriesPath()  

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


[ Top ]
mixed   $editorSkeleton =
'<div id="w3s_pages_form">
<fieldset>
<table width="100%%" border="0" cellpadding="4" cellspacing="2">
<tr>
<td>%s</td>
<td>%s</td>
</tr>
<tr>
<td>%s</td>
<td>%s</td>
</tr>
<tr>
<td>%s</td>
<td>%s</td>
</tr>
<tr>
<td></td>
<td height="30">%s</td>
</tr>
</table>
</fieldset>
%s
</div>'
[line 29]
API Tags:
Access:  protected


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


[ Top ]
Methods
Constructor __construct  [line 54]

  BaseW3sLanguagesEditor __construct( [ $language = null]  )

Parameters:
   $language: 

API Tags:
Access:  public


[ Top ]
getAvailableCountries  [line 99]

  void getAvailableCountries( )


API Tags:
Access:  protected


[ Top ]
render  [line 71]

  string render( )

Renders the editor


API Tags:
Access:  public


Implementation of:
w3sEditor::render()

[ Top ]
setAvailableCountriesPath  [line 60]

  void setAvailableCountriesPath( $path  )

Parameters:
   $path: 

API Tags:
Access:  public


[ Top ]

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