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