Class AppStore
-
ObjStore
uses
PathableName,
XmlConvertible
-
AppStore
Located at object-classes/AppStore.php
Methods summary
public static
AppStore|null
|
|
public
|
#
__construct( mixed $owner )
|
public
null|App
|
#
find( mixed $name, mixed $ref = null )
Parameters
- $name
mixed $name string
- $ref
mixed $ref
Returns
Overrides
|
public
null|App
|
#
findorCreate( mixed $name, mixed $ref = null )
Parameters
- $name
mixed $name string
- $ref
mixed $ref
Returns
|
public
|
#
apps( )
return an array with all Apps in this store
return an array with all Apps in this store
|
public
|
#
loadcontainers_from_domxml( mixed & $xmlDom )
|
public
|
#
load_application_group_from_domxml( mixed $xmlDom )
|
public
|
#
load_application_custom_from_domxml( mixed $xmlDom )
|
public
|
#
load_application_filter_from_domxml( mixed $xmlDom )
|
public
|
#
load_from_predefinedfile( mixed $filename = null )
|
public
|
#
get_app_by_ipprotocol( mixed $protocol )
|
public
|
#
get_app_by_icmptype( mixed $version, mixed $type, mixed $code )
|
public
|
|
public
|
|
public
|
|
Methods inherited from ObjStore
count(),
countUnused(),
createTmp(),
display(),
findByName(),
findOrCreate(),
getAll(),
inStore(),
referencedObjectRenamed(),
remove(),
removeAll(),
rewriteXML(),
setName()
|
Properties summary
public
array|App[]
|
$apps |
array() |
|
public
array|App[]
|
$apps_custom |
array() |
|
public
array|App[]
|
$app_filters |
array() |
|
public
array|App[]
|
$app_groups |
array() |
|
public
mixed
|
$parentCentralStore |
null |
|
public static
string
|
$childn |
'App' |
|
public
mixed
|
$predefinedStore_appid_version |
null |
|
public static
null|AppStore
|
$predefinedStore |
null |
|