Class VirtualWireStore
-
ObjStore
uses
PathableName,
XmlConvertible
-
VirtualWireStore
Located at network-classes/VirtualWireStore.php
Methods summary
public
|
#
__construct( mixed $name, mixed $owner )
|
public
VirtualWire[]
|
|
public
null|VirtualWire
|
#
findVirtualWire( mixed $vwName )
Parameters
- $vwName
mixed $vwName string
Returns
|
public
VirtualWire
|
#
newVirtualWire( string $name )
Creates a new VirtualWire in this store. It will be placed at the end of the
list.
Creates a new VirtualWire in this store. It will be placed at the end of the
list.
Parameters
- $name
string $name name of the new VirtualWire
Returns
|
public
|
#
API_newVirtualWire( mixed $name )
|
public
boolean
|
#
addVirtualWire( VirtualWire $virtualWire )
Parameters
Returns
boolean
|
public
boolean
|
|
public
|
|
public
&
|
#
getEthernetIfStoreXPath( )
|
Methods inherited from ObjStore
count(),
countUnused(),
createTmp(),
display(),
find(),
findByName(),
findOrCreate(),
getAll(),
inStore(),
referencedObjectRenamed(),
remove(),
removeAll(),
rewriteXML(),
setName()
|
Properties summary
public
null|PANConf
|
$owner |
|
|
protected
mixed
|
$fastMemToIndex |
null |
|
protected
mixed
|
$fastNameToIndex |
null |
|
public static
string
|
$childn |
'VirtualWire' |
|
Magic properties summary
public
mixed
|
$o |
|