oxitaglist.php

Go to the documentation of this file.
00001 <?php
00002 
00007 interface oxITagList
00008 {
00015     public function getCacheId();
00016 
00022     public function loadList();
00023 
00029     public function get();
00030 }