propel
[
class tree: propel
] [
index: propel
] [
all elements
]
Packages:
propel
centralM
lib-model-map
lib-model-om
sfGuardPlugin
symfony
Source for file EtvaVlanPeer.php
Documentation is available at
EtvaVlanPeer.php
<?php
class
EtvaVlanPeer
extends
BaseEtvaVlanPeer
{
public
static
function
retrieveByNode
(
$node
)
{
$c
=
new
Criteria
(
)
;
$c
->
add
(
self
::
NODE_ID
,
$node
)
;
return
self
::
doSelect
(
$c
)
;
}
public
static
function
retrieveByName
(
$vlan
)
{
$c
=
new
Criteria
(
)
;
$c
->
add
(
self
::
NAME
,
$vlan
)
;
return
self
::
doSelectOne
(
$c
)
;
}
}
Documentation generated on Fri, 19 Jun 2009 10:49:21 +0100 by
phpDocumentor 1.4.2