oxidisplayerror.php

Go to the documentation of this file.
00001 <?php
00002 
00007 interface oxIDisplayError
00008 {
00014     public function getOxMessage();
00015 
00022     public function getErrorClassType();
00023 
00031     public function getValue($sName);
00032 
00033 }