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