oxitaglist.php

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