]> git.mxchange.org Git - hub.git/blobdiff - application/hub/classes/tags/class_BaseTags.php
Continued:
[hub.git] / application / hub / classes / tags / class_BaseTags.php
index f48581776d885e08b6b9d5aa0f2b0a09745b8678..da61999b32c67245a547dcd02c94c850ec2eb1cc 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 class BaseTags extends BaseHubSystem implements Registerable {
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 class BaseTags extends BaseHubSystem implements Registerable {
+       /**
+        * Constants for tags
+        */
+       const TAG_SELF_CONNECT        = 'self_connect';
+       const TAG_CLAIM_MINING_REWARD = 'claim_reward';
+
        /**
         * An array with all tags
         */
        /**
         * An array with all tags
         */