1 | <?php |
||
15 | class MslsCustomColumnTaxonomy extends MslsCustomColumn { |
||
16 | |||
17 | /** |
||
18 | * Factory |
||
19 | * |
||
20 | * @codeCoverageIgnore |
||
21 | * |
||
22 | * @return MslsCustomColumnTaxonomy |
||
23 | */ |
||
24 | public static function init() { |
||
41 | |||
42 | /** |
||
43 | * Table body |
||
44 | * |
||
45 | * @param string $deprecated |
||
46 | * @param string $column_name |
||
47 | * @param int $item_id |
||
48 | */ |
||
49 | public function column_default( $deprecated, $column_name, $item_id ) { |
||
52 | |||
53 | /** |
||
54 | * Delete |
||
55 | * |
||
56 | * @codeCoverageIgnore |
||
57 | * |
||
58 | * @param int $object_id |
||
59 | */ |
||
60 | public function delete( $object_id ) { |
||
63 | |||
64 | } |
||
65 |