propel
[
class tree: propel
] [
index: propel
] [
all elements
]
Packages:
propel
centralM
lib-model-map
lib-model-om
sfGuardPlugin
symfony
Source for file EtvaVolumegroupPeer.php
Documentation is available at
EtvaVolumegroupPeer.php
<?php
class
EtvaVolumegroupPeer
extends
BaseEtvaVolumegroupPeer
{
public
static
function
retrieveByVg
(
$name
,
Criteria
$criteria
=
null
)
{
if
(
is_null
(
$criteria
))
$criteria
=
new
Criteria
(
)
;
$criteria
->
add
(
self
::
VG
,
$name
)
;
return
self
::
doSelectOne
(
$criteria
)
;
}
}
Documentation generated on Fri, 19 Jun 2009 10:49:25 +0100 by
phpDocumentor 1.4.2