Methods summary
public
|
#
__construct( mixed $owner )
|
public
|
#
find( mixed $name, mixed $ref = null )
|
public
|
#
addApp( App $Obj, mixed $rewritexml = TRUE )
|
public
|
#
API_addApp( App $Obj, mixed $rewritexml = TRUE )
|
public
boolean
|
#
removeApp( App $Object, boolean $rewritexml = TRUE, boolean $forceAny = FALSE )
remove an App to this store. Be careful if you remove last zone as it would
become 'any' and won't let you do so.
remove an App to this store. Be careful if you remove last zone as it would
become 'any' and won't let you do so.
Parameters
- $Object
App $Object
- $rewritexml
boolean $rewritexml
- $forceAny
boolean $forceAny
Returns
boolean
|
public
boolean
|
#
API_removeApp( App $Object, boolean $rewritexml = TRUE, boolean $forceAny = FALSE )
remove an App to this store. Be careful if you remove last zone as it would
become 'any' and won't let you do so.
remove an App to this store. Be careful if you remove last zone as it would
become 'any' and won't let you do so.
Parameters
- $Object
App $Object
- $rewritexml
boolean $rewritexml
- $forceAny
boolean $forceAny
Returns
boolean
|
public
|
#
isAny( )
returns true if rule app is Any
returns true if rule app is Any
|
public
|
#
apps( )
return an array with all Apps in this store
return an array with all Apps in this store
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
membersExpanded( mixed $keepGroupsInList = FALSE )
|
public
boolean
|
#
hasApp( App|string $tag, boolean $caseSensitive = TRUE )
Parameters
- $tag
App|string can be Tag object or tag name (string). this is case sensitive
- $caseSensitive
boolean
Returns
boolean
|
public
boolean
|
#
includesApp( App|string $tag, boolean $caseSensitive = TRUE )
Parameters
- $tag
App|string can be Tag object or tag name (string). this is case sensitive
- $caseSensitive
boolean
Returns
boolean
|
public
boolean
|
#
includedInApp( App|string $tag, boolean $caseSensitive = TRUE )
Parameters
- $tag
App|string can be Tag object or tag name (string). this is case sensitive
- $caseSensitive
boolean
Returns
boolean
|
public
|
#
customApphasSignature( )
|