Class Template
-
Template
uses
ReferenceableObject,
PathableName,
PanSubHelperTrait
Located at device-and-system-classes/Template.php
Methods summary
public
|
#
__construct( string $name, PanoramaConf $owner )
Template constructor.
Parameters
|
public
|
|
public
|
|
public
&
|
|
public
|
|
public
|
#
setName( mixed $newName )
|
public
|
#
load_from_templateXml( )
|
Methods used from ReferenceableObject
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
()
|
Properties summary
public
PanoramaConf
|
$owner |
|
|
public
DOMElement
|
$xmlroot |
|
|
public
PANConf
|
$deviceConfiguration |
|
|
protected
array
|
$FirewallsSerials |
array() |
|
public static
string
|
$templatexml |
'<entry name="**Need a Name**">
<settings><default-vsys>vsys1</default-vsys></settings>
<config><devices>
<entry name="localhost.localdomain"><vsys><entry name="vsys1"/></vsys></entry>
</devices></config>
</entry>' |
|
public static
string
|
$templateVSYSxml |
'<entry name="**Need a Name**"/>' |
|