]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/criteria/class_Criteria.php
Continued:
[core.git] / framework / main / interfaces / criteria / class_Criteria.php
index 964d639411b112b6fa9f5693a61d16f8bdab337f..8cbc0b918b7ac0bdcd8b84285147241a7191feee 100644 (file)
@@ -29,19 +29,19 @@ use Org\Mxchange\CoreFramework\Generic\FrameworkInterface;
  */
 interface Criteria extends FrameworkInterface {
        /**
-        * Setter for wrapper class name
+        * Setter for frontend class name
         *
-        * @param       $wrapperConfigEntry             Configuration entry which hold the wrapper class' name
+        * @param       $frontendConfigEntry    Configuration entry which hold the frontend class' name
         * @return      void
         */
-       function setWrapperConfigEntry (string $wrapperConfigEntry);
+       function setFrontendConfigEntry (string $frontendConfigEntry);
 
        /**
-        * Getter for wrapper class name
+        * Getter for Frontend class name
         *
-        * @return      $wrapperConfigEntry             Configuration entry which hold the wrapper class' name
+        * @return      $frontendConfigEntry    Configuration entry which hold the Frontend class' name
         */
-       function getWrapperConfigEntry ();
+       function getFrontendConfigEntry ();
 
        /**
         * Checks whether given key is set