Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Piwik.php')
-rw-r--r--core/Piwik.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Piwik.php b/core/Piwik.php
index 0c9c1ff66a..b970efa1db 100644
--- a/core/Piwik.php
+++ b/core/Piwik.php
@@ -708,6 +708,7 @@ class Piwik
*/
/**
+ * TODO: consider deprecated it, move to validator
* Returns `true` if supplied the email address is a valid.
*
* @param string $emailAddress
@@ -720,6 +721,7 @@ class Piwik
}
/**
+ * TODO: consider deprecated it, move to validator
* Returns `true` if the login is valid.
*
* _Warning: does not check if the login already exists! You must use UsersManager_API->userExists as well._
@@ -917,4 +919,5 @@ class Piwik
{
return Common::getRequestVar('date', $default, 'string');
}
+
}