class TaxRuleController extends AbstractController

Constants

DEFAULT_TAX_RULE_ID

Properties

$form

Methods

__construct()

No description

getBoundForm(Application $app, $type)

No description

RedirectResponse
index(Application $app, null $tax_rule_id = null)

税率設定の初期表示・登録

RedirectResponse
delete(Application $app, $tax_rule_id)

特定の共通税率の削除

parameterEdit(Application $app, $tax_rule_id)

No description

Details

at line 16
__construct()

in AbstractController at line 13
protected getBoundForm(Application $app, $type)

Parameters

Application $app
$type

at line 32
RedirectResponse index(Application $app, null $tax_rule_id = null)

税率設定の初期表示・登録

Parameters

Application $app
null $tax_rule_id

Return Value

RedirectResponse

at line 80
RedirectResponse delete(Application $app, $tax_rule_id)

特定の共通税率の削除

Parameters

Application $app
$tax_rule_id

Return Value

RedirectResponse

at line 91
parameterEdit(Application $app, $tax_rule_id)

Parameters

Application $app
$tax_rule_id