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
▼
MIOLO20
►
Estruturas de dados
▼
Ficheiros
▼
Lista de ficheiros
▼
classes
►
contrib
►
database
►
doc
►
extensions
►
ezpdf
►
flow
►
interfaces
►
model
▼
persistence
►
converter
►
criteria
▼
map
►
attributemap.class
►
classmap.class
►
columnmap.class
►
databasemap.class
►
tablemap.class
►
udamapentry.class
►
unidirectionalassociationmap.class
►
cursor.class
►
persistentexception.class
►
persistentmanager.class
►
persistentmanagerfactory.class
►
persistentobject.class
►
phpconfigloader.class
►
xmlconfigloader.class
►
pslib
►
security
►
services
►
tests
►
ui
►
utils
►
compatibility.class
►
miolo.class
►
Globais
►
Exemplos
•
Tudo
Estruturas de dados
Namespaces
Ficheiros
Funções
Variáveis
Carregando...
Procurando...
Nenhuma entrada encontrada
udamapentry.class
Ir para a documentação deste ficheiro.
1
<?php
2
3
class
UDAMapEntry
4
{
5
private
$to;
6
private
$from;
7
private
$toAssociative;
8
private
$fromAssociative;
9
10
public
function
__construct
($from, $to, $fromAssociative = NULL, $toAssociative = NULL)
11
{
12
$this->to = $to;
13
$this->from = $from;
14
$this->fromAssociative = $fromAssociative;
15
$this->toAssociative = $toAssociative;
16
}
10
public
function
__construct
($from, $to, $fromAssociative = NULL, $toAssociative = NULL) {
…
}
17
18
public
function
getTo
()
19
{
20
return
$this->to;
21
}
18
public
function
getTo
() {
…
}
22
23
public
function
getFrom
()
24
{
25
return
$this->from;
26
}
23
public
function
getFrom
() {
…
}
27
28
public
function
getToAssociative
()
29
{
30
return
$this->toAssociative;
31
}
28
public
function
getToAssociative
() {
…
}
32
33
public
function
getFromAssociative
()
34
{
35
return
$this->fromAssociative;
36
}
33
public
function
getFromAssociative
() {
…
}
37
}
3
class
UDAMapEntry
{
…
};
38
?>
UDAMapEntry
Definição
udamapentry.class:4
UDAMapEntry\getFromAssociative
getFromAssociative()
Definição
udamapentry.class:33
UDAMapEntry\getFrom
getFrom()
Definição
udamapentry.class:23
UDAMapEntry\__construct
__construct($from, $to, $fromAssociative=NULL, $toAssociative=NULL)
Definição
udamapentry.class:10
UDAMapEntry\getToAssociative
getToAssociative()
Definição
udamapentry.class:28
UDAMapEntry\getTo
getTo()
Definição
udamapentry.class:18
classes
persistence
map
udamapentry.class
Gerado por
1.10.0