OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
oxitaglist.php
Go to the documentation of this file.
1 <?php
2 
8 interface oxITagList
9 {
10 
17  public function getCacheId();
18 
24  public function loadList();
25 
31  public function get();
32 }