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 38
__construct()

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

Parameters

Application $app
$type

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

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

Parameters

Application $app
null $tax_rule_id

Return Value

RedirectResponse

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

特定の共通税率の削除

Parameters

Application $app
$tax_rule_id

Return Value

RedirectResponse

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

Parameters

Application $app
$tax_rule_id