PersistentObject: ezcPersistentIdentityRelatedObjectAlreadyExistsException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcPersistentIdentityRelatedObjectAlreadyExistsException
|
Exception thrown if a related objects is added twice to a set of related objects. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcPersistentObjectException
|
--ezcPersistentIdentityRelatedObjectAlreadyExistsException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcPersistentIdentityRelatedObjectAlreadyExistsException |
__construct(
$class, $id, $relatedClass, $relatedId, [$relationName = null] )
Creates a new ezcPersistentIdentityRelatedObjectAlreadyExistsException. |
Inherited Methods
From
ezcPersistentObjectException :
From
ezcBaseException :
From
Exception (Internal Class) :
|
public Exception |
constructor __construct ( $message, $code )
|
|
public void |
getCode ( )
|
|
public void |
getFile ( )
|
|
public void |
getLine ( )
|
|
public void |
getMessage ( )
|
|
public void |
getTrace ( )
|
|
public void |
getTraceAsString ( )
|
|
public void |
__clone ( )
|
|
public void |
__toString ( )
|
Methods
__construct
ezcPersistentIdentityRelatedObjectAlreadyExistsException __construct(
string
$class, mixed
$id, string
$relatedClass, mixed
$relatedId, [string
$relationName = null] )
Creates a new ezcPersistentIdentityRelatedObjectAlreadyExistsException.
Creates a new ezcPersistentIdentityRelatedObjectAlreadyExistsException for the object of $class with ID $id and the related objects of class $relatedClass, with optional set name $relationName.
Parameters
| Name |
Type |
Description |
$class |
string |
|
$id |
mixed |
|
$relatedClass |
string |
|
$relatedId |
mixed |
|
$relationName |
string |
|
Redefinition of
Last updated: Mon, 21 Dec 2009