EasyBlogViewMigrators
extends EasyBlogAdminView
in package
Table of Contents
Properties
- $app : mixed
- $config : mixed
- $desc : mixed
- $doc : mixed
- $heading : mixed
- $jconfig : mixed
- $my : mixed
- $sidebar : mixed
Methods
- __construct() : mixed
- addHelpButton() : mixed
- Adds help button on the page
- blogger() : mixed
- Renders the migration form for blogger
- checkAccess() : mixed
- Checks if the current viewer can really access this section
- display() : mixed
- Override parent's implementation
- getCounter() : mixed
- Processes counters from the menus.json
- getSidebar() : mixed
- Prepares the sidebar
- getViews() : mixed
- Given a list of sidebar structure, determine all the views
- hideSidebar() : mixed
- Hides back-end sidebar
- joomla() : mixed
- Renders the Joomla articles migration form
- k2() : mixed
- Renders the migration form for K2
- set() : mixed
- Proxy for setting a variable to the template.
- setHeading() : mixed
- Allows child classes to set heading of the page
- wordpress() : mixed
- Renders the wordpress migration form
- wordpressjoomla() : mixed
- Renders the migration form for wordpress for joomla
- zoo() : mixed
- Renders the migration form for Zoo
Properties
$app
protected
mixed
$app
= \null
$config
protected
mixed
$config
= \null
$desc
protected
mixed
$desc
= \null
$doc
protected
mixed
$doc
= \null
$heading
protected
mixed
$heading
= \null
$jconfig
protected
mixed
$jconfig
= \null
$my
protected
mixed
$my
= \null
$sidebar
protected
mixed
$sidebar
= \true
Methods
__construct()
public
__construct() : mixed
addHelpButton()
Adds help button on the page
public
addHelpButton(mixed $url) : mixed
Parameters
- $url : mixed
Tags
blogger()
Renders the migration form for blogger
public
blogger() : mixed
Tags
checkAccess()
Checks if the current viewer can really access this section
public
checkAccess(mixed $rule) : mixed
Parameters
- $rule : mixed
Tags
display()
Override parent's implementation
public
display([mixed $tpl = null ]) : mixed
Parameters
- $tpl : mixed = null
getCounter()
Processes counters from the menus.json
public
getCounter(mixed $namespace) : mixed
Parameters
- $namespace : mixed
Tags
getSidebar()
Prepares the sidebar
public
getSidebar() : mixed
Tags
getViews()
Given a list of sidebar structure, determine all the views
public
getViews(mixed $menuItem) : mixed
Parameters
- $menuItem : mixed
Tags
hideSidebar()
Hides back-end sidebar
public
hideSidebar() : mixed
Tags
joomla()
Renders the Joomla articles migration form
public
joomla() : mixed
Tags
k2()
Renders the migration form for K2
public
k2() : mixed
Tags
set()
Proxy for setting a variable to the template.
public
set(mixed $key[, mixed $value = '' ]) : mixed
Parameters
- $key : mixed
- $value : mixed = ''
Tags
setHeading()
Allows child classes to set heading of the page
public
setHeading(mixed $heading[, mixed $desc = '' ][, mixed $icon = '' ]) : mixed
Parameters
- $heading : mixed
- $desc : mixed = ''
- $icon : mixed = ''
Tags
wordpress()
Renders the wordpress migration form
public
wordpress() : mixed
Tags
wordpressjoomla()
Renders the migration form for wordpress for joomla
public
wordpressjoomla() : mixed
Tags
zoo()
Renders the migration form for Zoo
public
zoo() : mixed