X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Ftemplate%2Fproducer%2Ftest_units%2Fclass_XmlCruncherTestUnitTemplateEngine.php;fp=application%2Fhub%2Fmain%2Ftemplate%2Fproducer%2Ftest_units%2Fclass_XmlCruncherTestUnitTemplateEngine.php;h=ab739f92f6f3a0e11ae6f344df8dcd783b6f2e85;hb=b4558678a56b0622fe7afed4931d53737c795f2c;hp=78c9e1f1127cd29bbfabe7fd0e6d76eb1434b1b9;hpb=bf0708b8f68c2cbae1d392237804235385454f61;p=hub.git diff --git a/application/hub/main/template/producer/test_units/class_XmlCruncherTestUnitTemplateEngine.php b/application/hub/main/template/producer/test_units/class_XmlCruncherTestUnitTemplateEngine.php index 78c9e1f11..ab739f92f 100644 --- a/application/hub/main/template/producer/test_units/class_XmlCruncherTestUnitTemplateEngine.php +++ b/application/hub/main/template/producer/test_units/class_XmlCruncherTestUnitTemplateEngine.php @@ -90,7 +90,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements // Assign the found characters to variable and use the last entry from // stack as the name - parent::assignVariable($this->getStackerInstance()->getNamed('cruncher_test_unit'), $characters); + parent::assignVariable($this->getStackInstance()->getNamed('cruncher_test_unit'), $characters); } /** @@ -109,7 +109,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function startTestUnit () { // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('cruncher_test_unit', 'cruncher-test-unit'); + $this->getStackInstance()->pushNamed('cruncher_test_unit', 'cruncher-test-unit'); } /** @@ -119,7 +119,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function startMetaData () { // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('cruncher_test_unit', 'meta-data'); + $this->getStackInstance()->pushNamed('cruncher_test_unit', 'meta-data'); } /** @@ -129,7 +129,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function startGlobalProjectIdentifier () { // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('cruncher_test_unit', 'global-project-identifier'); + $this->getStackInstance()->pushNamed('cruncher_test_unit', 'global-project-identifier'); } /** @@ -139,7 +139,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function finishGlobalProjectIdentifier () { // Pop the last entry - $this->getStackerInstance()->popNamed('cruncher_test_unit'); + $this->getStackInstance()->popNamed('cruncher_test_unit'); } /** @@ -149,7 +149,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function startTestUnitCreated () { // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('cruncher_test_unit', 'test-unit-created'); + $this->getStackInstance()->pushNamed('cruncher_test_unit', 'test-unit-created'); } /** @@ -159,7 +159,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function finishTestUnitCreated () { // Pop the last entry - $this->getStackerInstance()->popNamed('cruncher_test_unit'); + $this->getStackInstance()->popNamed('cruncher_test_unit'); } /** @@ -169,7 +169,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function startCipher () { // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('cruncher_test_unit', 'cipher'); + $this->getStackInstance()->pushNamed('cruncher_test_unit', 'cipher'); } /** @@ -179,7 +179,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function startCipherFunction () { // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('cruncher_test_unit', 'cipher-function'); + $this->getStackInstance()->pushNamed('cruncher_test_unit', 'cipher-function'); } /** @@ -189,7 +189,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function finishCipherFunction () { // Pop the last entry - $this->getStackerInstance()->popNamed('cruncher_test_unit'); + $this->getStackInstance()->popNamed('cruncher_test_unit'); } /** @@ -199,7 +199,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function startCipherName () { // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('cruncher_test_unit', 'cipher-name'); + $this->getStackInstance()->pushNamed('cruncher_test_unit', 'cipher-name'); } /** @@ -209,7 +209,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function finishCipherName () { // Pop the last entry - $this->getStackerInstance()->popNamed('cruncher_test_unit'); + $this->getStackInstance()->popNamed('cruncher_test_unit'); } /** @@ -219,7 +219,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function finishCipher () { // Pop the last entry - $this->getStackerInstance()->popNamed('cruncher_test_unit'); + $this->getStackInstance()->popNamed('cruncher_test_unit'); } /** @@ -229,7 +229,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function finishMetaData () { // Pop the last entry - $this->getStackerInstance()->popNamed('cruncher_test_unit'); + $this->getStackInstance()->popNamed('cruncher_test_unit'); } /** @@ -239,7 +239,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function startUnprocessedData () { // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('cruncher_test_unit', 'unprocessed-data'); + $this->getStackInstance()->pushNamed('cruncher_test_unit', 'unprocessed-data'); } /** @@ -249,7 +249,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function startEncryptedMessage () { // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('cruncher_test_unit', 'encrypted-message'); + $this->getStackInstance()->pushNamed('cruncher_test_unit', 'encrypted-message'); } /** @@ -259,7 +259,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function finishEncryptedMessage () { // Pop the last entry - $this->getStackerInstance()->popNamed('cruncher_test_unit'); + $this->getStackInstance()->popNamed('cruncher_test_unit'); } /** @@ -271,7 +271,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function startCruncherKeyList ($keyCount) { // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('cruncher_test_unit', 'cruncher-key-list'); + $this->getStackInstance()->pushNamed('cruncher_test_unit', 'cruncher-key-list'); } /** @@ -281,7 +281,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function startCruncherKey () { // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('cruncher_test_unit', 'cruncher-key'); + $this->getStackInstance()->pushNamed('cruncher_test_unit', 'cruncher-key'); } /** @@ -291,7 +291,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function startKeyId () { // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('cruncher_test_unit', 'key-id'); + $this->getStackInstance()->pushNamed('cruncher_test_unit', 'key-id'); } /** @@ -301,7 +301,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function finishKeyId () { // Pop the last entry - $this->getStackerInstance()->popNamed('cruncher_test_unit'); + $this->getStackInstance()->popNamed('cruncher_test_unit'); } /** @@ -311,7 +311,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function startKeyValue () { // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('cruncher_test_unit', 'key-value'); + $this->getStackInstance()->pushNamed('cruncher_test_unit', 'key-value'); } /** @@ -321,7 +321,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function finishKeyValue () { // Pop the last entry - $this->getStackerInstance()->popNamed('cruncher_test_unit'); + $this->getStackInstance()->popNamed('cruncher_test_unit'); } /** @@ -331,7 +331,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function finishCruncherKey () { // Pop the last entry - $this->getStackerInstance()->popNamed('cruncher_test_unit'); + $this->getStackInstance()->popNamed('cruncher_test_unit'); } /** @@ -341,7 +341,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function finishCruncherKeyList () { // Pop the last entry - $this->getStackerInstance()->popNamed('cruncher_test_unit'); + $this->getStackInstance()->popNamed('cruncher_test_unit'); } /** @@ -351,7 +351,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function finishUnprocessedData () { // Pop the last entry - $this->getStackerInstance()->popNamed('cruncher_test_unit'); + $this->getStackInstance()->popNamed('cruncher_test_unit'); } /** @@ -361,7 +361,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements */ protected function finishTestUnit () { // Pop the last entry - $this->getStackerInstance()->popNamed('cruncher_test_unit'); + $this->getStackInstance()->popNamed('cruncher_test_unit'); } }