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