BaseW3sControlPanel __construct(
[object An
$currentUser = null], [int
$idLanguage = 0], [int
$currentPage = 0]
)
|
|
Constructor.
Parameters:
|
object An |
$currentUser: |
object that represents the current user |
|
int |
$idLanguage: |
The id of the current language |
|
int |
$currentPage: |
The id of the current page |
API Tags:
string drawContentsTabs(
)
|
|
Draws the panel that contains the current section used. Renders the deafult section, that is the fileManager
API Tags:
| Return: | The drawed panel |
| Access: | protected |
string drawLanguagesPanel(
)
|
|
Draws the control panel to manage languages
API Tags:
| Return: | The drawed panel |
| Access: | protected |
string drawLanguagesSelect(
)
|
|
Draws a select which contains all the site's languages
API Tags:
| Return: | The drawed select |
| Access: | public |
Draws the tabbed panel to change panel
API Tags:
| Return: | The drawed panel |
| Access: | protected |
Draws the panel title.
API Tags:
| Return: | The drawed title |
| Access: | protected |
Implements the interface w3sEditor.
API Tags:
| Return: | The rendered panel |
| Access: | public |
Implementation of:
- w3sEditor::render()