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