\WizardHelper

ウィザードHelper

Add your application-wide methods in the class below, your helpers will inherit them.

Summary

Methods
Properties
Constants
beforeRender()
navibar()
naviUrl()
buttons()
$helpers
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$helpers

$helpers : array

ヘルパー

Type

array

Methods

beforeRender()

beforeRender(string  $viewFile) : void

Before render callback. beforeRender is called before the view file is rendered.

Overridden in subclasses.

Parameters

string $viewFile

The view file that is going to be rendered

navibar()

navibar(string  $activeKey, boolean  $small = false) : string

ウィザードバー出力

Parameters

string $activeKey

アクティブのキー

boolean $small

小さいバーフラグ

Returns

string —

HTML出力

naviUrl()

naviUrl(string  $activeKey) : string

URL出力

Parameters

string $activeKey

アクティブのキー

Returns

string —

HTML出力

buttons()

buttons(string  $activeKey, array  $cancelOptions = array(), array  $prevOptions = array(), array  $nextOptions = array()) : string

ウィザードボタン

Parameters

string $activeKey

アクティブのキー

array $cancelOptions

キャンセルボタンのオプション

array $prevOptions

戻るボタンのオプション

array $nextOptions

次へ、決定ボタンのオプション

Returns

string —

HTML