OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
oxitaglist.php
Go to the documentation of this file.
1 <?php
2 
7 interface oxITagList
8 {
15  public function getCacheId();
16 
22  public function loadList();
23 
29  public function get();
30 }