propel
[
class tree: propel
] [
index: propel
] [
all elements
]
Packages:
propel
centralM
lib-model-map
lib-model-om
sfGuardPlugin
symfony
Source for file EtvaNode.php
Documentation is available at
EtvaNode.php
<?php
class
EtvaNode
extends
BaseEtvaNode
{
public
function
getServers
(
)
{
$criteria
=
new
Criteria
(
)
;
$criteria
->
add
(
EtvaServerPeer
::
NODE_ID
,
$this
->
getId
(
))
;
return
EtvaServerPeer
::
getServers
(
$criteria
)
;
}
public
function
__toString
(
)
{
return
$this
->
getName
(
)
;
}
}
Documentation generated on Fri, 19 Jun 2009 10:49:13 +0100 by
phpDocumentor 1.4.2