OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
oxidisplayerror.php
Go to the documentation of this file.
1 <?php
2 
7 interface oxIDisplayError
8 {
9 
15  public function getOxMessage();
16 
23  public function getErrorClassType();
24 
32  public function getValue($sName);
33 }