Documentation

WatchGuardSystemParameters extends WatchGuardObject
in package

Class WatchGuardAlias

Table of Contents

Properties

$color  : string
color of Tag
$default  : mixed
$enabled  : mixed
$jsonObject  : mixed
$obj  : SimpleXMLElement
$objectType  : mixed
$property  : property
$refcount  : int
$referencedBy  : array<string|int, mixed>
$XMLObject  : mixed

Methods

__construct()  : mixed
WatchGuardTag constructor.
debug()  : void
print object as debug output
featureKeyAutoSyncIsEnabled()  : string
Determines if the feature key auto-sync is enabled.
getDescription()  : mixed
getDescriptionPretty()  : mixed
getJsonObject()  : mixed
getName()  : mixed
getNamePretty()  : mixed
isDefault()  : bool
isEnabled()  : mixed
isReferenced()  : mixed
isUnused()  : mixed
isWatchGuardCloudEnabled()  : string
Determines whether the WatchGuard Cloud feature is enabled.
isXMLObject()  : mixed
prepareJson()  : mixed
setDefault()  : mixed
setEnabled()  : mixed
storeReference()  : mixed
stores a reference to this object.
textout()  : mixed
print the content of $this
printName()  : mixed
print the name of $this
verbosetextout()  : mixed
print the full content of $this

Properties

$property

protected property $property

of this object (proberty value from xml file)

$referencedBy

protected array<string|int, mixed> $referencedBy

list of object names which reference this object.

Methods

__construct()

WatchGuardTag constructor.

public __construct(SimpleXMLElement $element) : mixed
Parameters
$element : SimpleXMLElement

featureKeyAutoSyncIsEnabled()

Determines if the feature key auto-sync is enabled.

public featureKeyAutoSyncIsEnabled() : string
Return values
string

Returns "1" if the feature key auto-sync is enabled, otherwise "0".

isWatchGuardCloudEnabled()

Determines whether the WatchGuard Cloud feature is enabled.

public isWatchGuardCloudEnabled() : string
Return values
string

Returns "1" if the WatchGuard Cloud feature is enabled, otherwise returns "0".

prepareJson()

public prepareJson(mixed $xmlfile) : mixed
Parameters
$xmlfile : mixed

setDefault()

public setDefault(bool $default) : mixed
Parameters
$default : bool

setEnabled()

public setEnabled(bool $value) : mixed
Parameters
$value : bool

storeReference()

stores a reference to this object.

public storeReference(mixed $name, mixed $type) : mixed
Parameters
$name : mixed

string name of reference to store

$type : mixed

string type of reference (policy|alias|...)

textout()

print the content of $this

public textout(mixed $xmlfile) : mixed
Parameters
$xmlfile : mixed

WatchGuardXMLFile in which other objects can be found

printName()

print the name of $this

protected printName(mixed $xmlfile) : mixed
Parameters
$xmlfile : mixed

WatchGuardXMLFile in which other objects can be found

verbosetextout()

print the full content of $this

protected verbosetextout(mixed $xmlfile) : mixed
Parameters
$xmlfile : mixed

WatchGuardXMLFile in which other objects can be found


        
On this page

Search results