OXID eShop CE  4.10.7
 All Classes Namespaces 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 }