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