OXID eShop CE
4.8.10
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
oxobjectexception.php
Go to the documentation of this file.
1
<?php
2
9
class
oxObjectException
extends
oxException
10
{
16
private
$_oObject
;
17
25
public
function
setObject
( $oObject )
26
{
27
$this->_oObject = $oObject;
28
}
29
35
public
function
getObject
()
36
{
37
return
$this->_oObject
;
38
}
39
46
public
function
getString
()
47
{
48
return
__CLASS__.
'-'
.
parent::getString
().
" Faulty Object --> "
.get_class($this->_oObject).
"\n"
;
49
}
50
}
core
exception
oxobjectexception.php
Generated by
1.8.1.2