diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-21 10:18:43 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-21 10:18:43 +0100 |
commit | 53e4cd65205ac33d7dbc61a767f467c1b896dfc6 (patch) | |
tree | 836c37fadf024e7c64926aae5e24d539f3979c49 /framework/Web/UI/TTemplateControlInheritable.php | |
parent | ea2868ad7d79d440d40fbcb5773c9dcec3babbcc (diff) |
Removed @version doc comments
Diffstat (limited to 'framework/Web/UI/TTemplateControlInheritable.php')
-rw-r--r-- | framework/Web/UI/TTemplateControlInheritable.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/Web/UI/TTemplateControlInheritable.php b/framework/Web/UI/TTemplateControlInheritable.php index acc74be9..683d81bf 100644 --- a/framework/Web/UI/TTemplateControlInheritable.php +++ b/framework/Web/UI/TTemplateControlInheritable.php @@ -7,7 +7,6 @@ * @link http://www.schlaue-kids.net/ * @copyright Copyright © 2010 Schlaue-Kids.net * @license http://www.pradosoft.com/license/ - * @version $Id$ * @package Prado\Web\UI */ @@ -26,7 +25,6 @@ Prado::using('System.Web.UI.TTemplateControl'); * * @author Schlaue-Kids.net <info@schlaue-kids.net> * @author Kyle Caine <http://www.pradosoft.com/forum/index.php?action=profile;u=1752> - * @version $Id$ * @package Prado\Web\UI * @since 3.1.8 */ |