diff options
Diffstat (limited to 'demos/quickstart/protected/controls/SinceVersion.php')
-rw-r--r-- | demos/quickstart/protected/controls/SinceVersion.php | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/demos/quickstart/protected/controls/SinceVersion.php b/demos/quickstart/protected/controls/SinceVersion.php index cfeeffbb..db73275b 100644 --- a/demos/quickstart/protected/controls/SinceVersion.php +++ b/demos/quickstart/protected/controls/SinceVersion.php @@ -1,16 +1,16 @@ -<?php
-
-class SinceVersion extends TTemplateControl
-{
- public function setVersion($value)
- {
- $this->setViewState('Version',$value);
- }
-
- public function getVersion()
- {
- return $this->getViewState('Version');
- }
-}
-
+<?php + +class SinceVersion extends TTemplateControl +{ + public function setVersion($value) + { + $this->setViewState('Version',$value); + } + + public function getVersion() + { + return $this->getViewState('Version'); + } +} + ?>
\ No newline at end of file |