MIOLO20
Toggle main menu visibility
Página principal
Estruturas de dados
Estruturas de dados
Hierarquia de classes
Campos de dados
Tudo
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Funções
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variáveis
$
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Ficheiros
Lista de ficheiros
Globais
Tudo
$
_
a
c
d
e
f
g
i
l
m
o
p
r
s
u
Funções
Variáveis
$
_
c
e
f
l
m
o
p
s
Exemplos
•
Tudo
Estruturas de dados
Namespaces
Ficheiros
Funções
Variáveis
Carregando...
Procurando...
Nenhuma entrada encontrada
persistentexception.class
Ir para a documentação deste ficheiro.
1
<?php
2
3
class
EPersistenceException
extends
EMioloException
4
{
5
public
function
__construct
($msg)
6
{
7
parent::__construct();
8
$this->message = $msg;
9
}
5
public
function
__construct
($msg) {
…
}
10
}
3
class
EPersistenceException
extends
EMioloException
{
…
};
11
12
class
EPersistentManagerFactoryException
extends
EPersistenceException
13
{
14
public
function
__construct
($msg)
15
{
16
$msg =
"Error in PersistenManagerFactory: "
. $msg;
17
parent::__construct($msg);
18
}
14
public
function
__construct
($msg) {
…
}
19
}
12
class
EPersistentManagerFactoryException
extends
EPersistenceException
{
…
};
20
21
class
EPersistentManagerException
extends
EPersistenceException
22
{
23
public
function
__construct
($msg)
24
{
25
$msg =
"Error in PersistenFactory: "
. $msg;
26
parent::__construct($msg);
27
}
23
public
function
__construct
($msg) {
…
}
28
}
21
class
EPersistentManagerException
extends
EPersistenceException
{
…
};
29
30
?>
EMioloException
Definição
mexception.class:4
EPersistenceException
Definição
persistentexception.class:4
EPersistenceException\__construct
__construct($msg)
Definição
persistentexception.class:5
EPersistentManagerException
Definição
persistentexception.class:22
EPersistentManagerException\__construct
__construct($msg)
Definição
persistentexception.class:23
EPersistentManagerFactoryException
Definição
persistentexception.class:13
EPersistentManagerFactoryException\__construct
__construct($msg)
Definição
persistentexception.class:14
classes
persistence
persistentexception.class
Gerado por
1.10.0