oxidisplayerror.php

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