summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TLoginStatus.php
diff options
context:
space:
mode:
authorjrags <>2006-09-19 04:50:28 +0000
committerjrags <>2006-09-19 04:50:28 +0000
commit5da182335ceec1c8ad68047217a33375897f1c1d (patch)
tree4a0263a38b8718c8d6311a6e168911ba6c643b34 /framework/Web/UI/WebControls/TLoginStatus.php
parent2c8fcb129c45faecd1a480c44f8a1708f768b91d (diff)
Minor changes to the base classes, also adding the empty new login controls
Diffstat (limited to 'framework/Web/UI/WebControls/TLoginStatus.php')
-rw-r--r--framework/Web/UI/WebControls/TLoginStatus.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/framework/Web/UI/WebControls/TLoginStatus.php b/framework/Web/UI/WebControls/TLoginStatus.php
new file mode 100644
index 00000000..d82112de
--- /dev/null
+++ b/framework/Web/UI/WebControls/TLoginStatus.php
@@ -0,0 +1,15 @@
+<?php
+/**
+ * TLoginStatus class.
+ * Detects the user's authentication state and toggles the state of a link to log in to or log out of a Web site.
+ *
+ * @author Jason Ragsdale <jrags@jasrags.net>
+ * @version $Id: TLoginStatus.php 1398 2006-09-08 19:31:03Z xue $
+ * @package System.Web.UI.WebControls
+ * @since 3.1
+ */
+class TLoginStatus extends TCompositeControl
+{
+
+}
+?> \ No newline at end of file