| 1 | <?php namespace eoxia; |
||
| 6 | class term_attachment_class extends Singleton_Util { |
||
| 7 | protected $model_name = 'term_model'; |
||
| 8 | protected $meta_key = '_wpeo_term'; |
||
| 9 | protected $taxonomy = 'attachment_category'; |
||
| 10 | protected $base = 'term'; |
||
| 11 | protected $version = '0.1'; |
||
| 12 | protected $identifier_helper = 'term'; |
||
| 13 | |||
| 14 | protected function construct() {} |
||
| 15 | } |
||
| 16 | } |
||
| 17 |