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