Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Doctrine
OXM
Marshaller
MarshallerException
PHP Class Doctrine\OXM\Marshaller\MarshallerException
See link:
www.doctrine-project.org
Since:
2.0
Author:
Richard Fullmer (
[email protected]
)
Inheritance:
extends
Doctrine\OXM\OXMException
Mostrar archivo
Open project: doctrine/oxm
Class Usage Examples
Public Methods
Method
Description
couldNotOpenStream
(
$streamUri
)
couldNotReadXml
(
$xml
)
fieldRequired
(
$entityName
,
$fieldName
)
invalidMarshallerState
(
$cursor
)
mappingNotFoundForClass
(
$className
)
Method Details
couldNotOpenStream()
public
static
method
public
static
couldNotOpenStream
(
$streamUri
)
couldNotReadXml()
public
static
method
public
static
couldNotReadXml
(
$xml
)
fieldRequired()
public
static
method
public
static
fieldRequired
(
$entityName
,
$fieldName
)
invalidMarshallerState()
public
static
method
public
static
invalidMarshallerState
(
$cursor
)
mappingNotFoundForClass()
public
static
method
public
static
mappingNotFoundForClass
(
$className
)