CMSimple_XH 開発者ドキュメント
XH\ClassicPluginMenu クラス
XH\ClassicPluginMenu の継承関係図
XH\PluginMenu

公開メンバ関数

 __construct ()
 
 render ($showMain)
 
 makeRow (array $style=array())
 
 makeTab ($link, $target, $text, array $style=array())
 
 makeData ($text, array $style=array())
 
 show ()
 
- 基底クラス XH\PluginMenu に属する継承公開メンバ関数
 __construct ()
 
 render ($showMain)
 

限定公開メンバ関数

 makeMainItem ()
 
 makeStylesheetItem ()
 
 makeConfigItem ()
 
 makeLanguageItem ()
 
 makeHelpItem ()
 

その他の継承メンバ

- 基底クラス XH\PluginMenu に属する継承限定公開変数類
 $scriptName
 
 $plugin
 
 $mainLabel
 
 $cssLabel
 
 $configLabel
 
 $languageLabel
 
 $helpLabel
 
 $mainUrl
 
 $cssUrl
 
 $configUrl
 
 $languageUrl
 
 $helpUrl
 

詳解

ClassicPluginMenu.php29 行目に定義があります。

構築子と解体子

◆ __construct()

XH\ClassicPluginMenu::__construct ( )

Initializes a new instance.

ClassicPluginMenu.php41 行目に定義があります。

関数詳解

◆ makeConfigItem()

XH\ClassicPluginMenu::makeConfigItem ( )
protected

Makes the configuration menu item.

戻り値
void

ClassicPluginMenu.php88 行目に定義があります。

◆ makeData()

XH\ClassicPluginMenu::makeData (   $text,
array  $style = array() 
)

Makes a new data menu item.

引数
string$textContent of the td element.
array$styleAttributes of the td element.
戻り値
void

ClassicPluginMenu.php171 行目に定義があります。

◆ makeHelpItem()

XH\ClassicPluginMenu::makeHelpItem ( )
protected

Makes the help menu item.

戻り値
void

ClassicPluginMenu.php108 行目に定義があります。

◆ makeLanguageItem()

XH\ClassicPluginMenu::makeLanguageItem ( )
protected

Makes the language menu item.

戻り値
void

ClassicPluginMenu.php98 行目に定義があります。

◆ makeMainItem()

XH\ClassicPluginMenu::makeMainItem ( )
protected

Makes the main menu item.

戻り値
void

ClassicPluginMenu.php68 行目に定義があります。

◆ makeRow()

XH\ClassicPluginMenu::makeRow ( array  $style = array())

Makes a new menu item row.

引数
array$styleAttributes of the table element.
戻り値
void

ClassicPluginMenu.php120 行目に定義があります。

◆ makeStylesheetItem()

XH\ClassicPluginMenu::makeStylesheetItem ( )
protected

Makes the stylesheet menu item.

戻り値
void

ClassicPluginMenu.php78 行目に定義があります。

◆ makeTab()

XH\ClassicPluginMenu::makeTab (   $link,
  $target,
  $text,
array  $style = array() 
)

Makes a new menu item tab.

引数
string$linkhref attribute value of the anchor element.
string$targettarget attribute of the anchor element.
string$textContent of the anchor element.
array$styleAttributes of the td resp. anchor element.
戻り値
void

ClassicPluginMenu.php141 行目に定義があります。

◆ render()

XH\ClassicPluginMenu::render (   $showMain)

Renders the plugin menu.

Note that this override returns a string!

引数
bool$showMainWhether to show the main settings menu item.
戻り値
HTML

ClassicPluginMenu.php56 行目に定義があります。

◆ show()

XH\ClassicPluginMenu::show ( )

Renders the built plugin menu.

戻り値
string HTML

ClassicPluginMenu.php191 行目に定義があります。


このクラス詳解は次のファイルから抽出されました: