OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
oxnoarticleexception.php
Go to the documentation of this file.
1 <?php
2 
7 {
8 
15  public function getString()
16  {
17  return __CLASS__ . '-' . parent::getString();
18  }
19 }