propel
[
class tree: propel
] [
index: propel
] [
all elements
]
Packages:
propel
centralM
lib-model-map
lib-model-om
sfGuardPlugin
symfony
Source for file EtvaVolumePhysicalPeer.php
Documentation is available at
EtvaVolumePhysicalPeer.php
<?php
class
EtvaVolumePhysicalPeer
extends
BaseEtvaVolumePhysicalPeer
{
public
static
function
retrieveByVGPV
(
$vg
,
$pv
)
{
$criteria
=
new
Criteria
(
)
;
$criteria
->
add
(
self
::
PHYSICALVOLUME_ID
,
$pv
)
;
$criteria
->
add
(
self
::
VOLUMEGROUP_ID
,
$vg
)
;
return
self
::
doSelectOne
(
$criteria
)
;
}
}
Documentation generated on Fri, 19 Jun 2009 10:49:27 +0100 by
phpDocumentor 1.4.2