1 | <?php |
||
8 | class Delete extends FormButton |
||
9 | { |
||
10 | protected $show = true; |
||
11 | protected $name = 'delete'; |
||
12 | protected $iconClass = 'fa-times'; |
||
13 | |||
14 | 10 | public function __construct() |
|
18 | |||
19 | /** |
||
20 | * Init Cancel Button. |
||
21 | */ |
||
22 | public function initialize() |
||
32 | |||
33 | /** |
||
34 | * Show policy. |
||
35 | * @return bool |
||
36 | */ |
||
37 | public function canShow() |
||
46 | } |
||
47 |