propel
[
class tree: propel
] [
index: propel
] [
all elements
]
Packages:
propel
centralM
lib-model-map
lib-model-om
sfGuardPlugin
symfony
Source for file EtvaMacPeer.php
Documentation is available at
EtvaMacPeer.php
<?php
class
EtvaMacPeer
extends
BaseEtvaMacPeer
{
public
static
function
retrieveByMac
(
$mac
)
{
$criteria
=
new
Criteria
(
EtvaMacPeer
::
DATABASE_NAME
)
;
$criteria
->
add
(
EtvaMacPeer
::
MAC
,
$mac
)
;
$v
=
EtvaMacPeer
::
doSelect
(
$criteria
)
;
return
!
empty
(
$v
)
>
0
?
$v
[
0
]
:
null
;
}
}
Documentation generated on Fri, 19 Jun 2009 10:49:10 +0100 by
phpDocumentor 1.4.2