関数
PurchaseButton::filterBackButton( string $html, string $btntype )
戻るボタンをフィルタリングする
戻るボタンをフィルタリングする
(文字列) (必須)
(文字列) (必須)
ファイル: src/Components/PurchaseButton/PurchaseButton.php
protected function filterBackButton($html, $btntype) {
return $html;
}
| 使用されるアイテム | 説明 |
|---|---|
| src/Components/PurchaseButton/PurchaseButton.php: PurchaseButton::template() | 購入ボタンのVue.jsテンプレート |