Class ObjStore
-
ObjStore
uses
PathableName,
XmlConvertible
Direct known subclasses
AppStore,
EthernetIfStore,
SecurityProfileStore,
TagStore,
TmpInterfaceStore,
TunnelIfStore,
VirtualRouterStore,
VirtualWireStore,
VlanIfStore,
ZoneStore,
IkeCryptoProfileStore,
IKEGatewayStore,
IPSecCryptoProfileStore,
IPsecTunnelStore,
LoopbackIfStore,
ManagedDeviceStore,
ScheduleStore,
SecurityProfileGroupStore
Located at object-classes/ObjStore.php
Methods summary
public
|
|
public
|
|
public
|
#
setName( mixed $newname )
|
protected
|
#
findByName( mixed $name, mixed $ref = null )
|
public
|
|
public
|
#
inStore( mixed $Obj )
Returns 'true' if this object is in the store
Returns 'true' if this object is in the store
|
public
|
#
findOrCreate( mixed $name, mixed $ref = null )
search for object with its name and returns it. If it doesn't exist, create
it and return it.
search for object with its name and returns it. If it doesn't exist, create
it and return it.
|
public
|
#
createTmp( mixed $name, mixed $ref = null )
|
public
|
#
display( mixed $indentSpace = 0 )
|
public
|
|
protected
|
|
protected
boolean
|
|
public
array
|
#
getAll( )
Returns an array with all objects in store
Returns an array with all objects in store
Returns
array
|
public
|
|
Properties summary
public
mixed
|
$owner |
null |
|
public
string
|
$name |
'' |
|
public
null|ReferenceableObject[]
|
$o |
array() |
|
protected
null|ReferenceableObject[]
|
$nameIndex |
array() |
|
protected
mixed
|
$classn |
null |
|
protected
boolean
|
$skipEmptyXmlObjects |
FALSE |
|