Class VirtualRouterStore
-
ObjStore
uses
PathableName,
XmlConvertible
-
VirtualRouterStore
Located at network-classes/VirtualRouterStore.php
Methods summary
public
|
#
__construct( mixed $name, mixed $owner )
|
public
VirtualRouter[]
|
|
public
null|VirtualRouter
|
#
findVirtualRouter( mixed $vrName )
Parameters
- $vrName
mixed $vrName string
Returns
|
public
VirtualRouter
|
#
newVirtualRouter( string $name )
Creates a new VirtualRouter in this store. It will be placed at the end of
the list.
Creates a new VirtualRouter in this store. It will be placed at the end of
the list.
Parameters
- $name
string $name name of the new VirtualRouter
Returns
|
public
boolean
|
#
addVirtualRouter( VirtualRouter $virtualRouter )
Parameters
Returns
boolean
|
public
|
|
public
&
|
#
getvirtualRouterStoreXPath( )
|
Methods inherited from ObjStore
count(),
countUnused(),
createTmp(),
display(),
find(),
findByName(),
findOrCreate(),
getAll(),
inStore(),
referencedObjectRenamed(),
remove(),
removeAll(),
rewriteXML(),
setName()
|
Properties summary
public
null|PANConf
|
$owner |
|
|
public static
string
|
$childn |
'VirtualRouter' |
|
Magic properties summary
public
mixed
|
$o |
|