@@ -1,13 +1,13 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * TDropDownList class file |
|
| 4 | - * |
|
| 5 | - * @author Qiang Xue <[email protected]> |
|
| 6 | - * @link https://github.com/pradosoft/prado |
|
| 7 | - * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | - * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | - * @package System.Web.UI.WebControls |
|
| 10 | - */ |
|
| 3 | + * TDropDownList class file |
|
| 4 | + * |
|
| 5 | + * @author Qiang Xue <[email protected]> |
|
| 6 | + * @link https://github.com/pradosoft/prado |
|
| 7 | + * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | + * @package System.Web.UI.WebControls |
|
| 10 | + */ |
|
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * Includes TListControl class |
@@ -140,13 +140,13 @@ discard block |
||
| 140 | 140 | */ |
| 141 | 141 | public function getIsValid() |
| 142 | 142 | { |
| 143 | - return $this->_isValid; |
|
| 143 | + return $this->_isValid; |
|
| 144 | 144 | } |
| 145 | 145 | /** |
| 146 | 146 | * @param bool wether this control is valid. |
| 147 | 147 | */ |
| 148 | 148 | public function setIsValid($value) |
| 149 | 149 | { |
| 150 | - $this->_isValid=TPropertyValue::ensureBoolean($value); |
|
| 150 | + $this->_isValid=TPropertyValue::ensureBoolean($value); |
|
| 151 | 151 | } |
| 152 | 152 | } |
@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * TTranslateParameter component. |
|
| 4 | - * |
|
| 5 | - * @author Wei Zhuo <weizhuo[at]gmail[dot]com> |
|
| 6 | - * @link https://github.com/pradosoft/prado |
|
| 7 | - * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | - * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | - * @package System.I18N |
|
| 10 | - */ |
|
| 3 | + * TTranslateParameter component. |
|
| 4 | + * |
|
| 5 | + * @author Wei Zhuo <weizhuo[at]gmail[dot]com> |
|
| 6 | + * @link https://github.com/pradosoft/prado |
|
| 7 | + * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | + * @package System.I18N |
|
| 10 | + */ |
|
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * TTranslateParameter component should be used inside the TTranslate component to |
@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * TActiveRecordManager class file. |
|
| 4 | - * |
|
| 5 | - * @author Wei Zhuo <weizhuo[at]gmail[dot]com> |
|
| 6 | - * @link https://github.com/pradosoft/prado |
|
| 7 | - * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | - * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | - * @package System.Data.ActiveRecord |
|
| 10 | - */ |
|
| 3 | + * TActiveRecordManager class file. |
|
| 4 | + * |
|
| 5 | + * @author Wei Zhuo <weizhuo[at]gmail[dot]com> |
|
| 6 | + * @link https://github.com/pradosoft/prado |
|
| 7 | + * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | + * @package System.Data.ActiveRecord |
|
| 10 | + */ |
|
| 11 | 11 | |
| 12 | 12 | Prado::using('System.Data.TDbConnection'); |
| 13 | 13 | Prado::using('System.Data.ActiveRecord.TActiveRecord'); |
@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * TStack, TStackIterator classes |
|
| 4 | - * |
|
| 5 | - * @author Qiang Xue <[email protected]> |
|
| 6 | - * @link https://github.com/pradosoft/prado |
|
| 7 | - * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | - * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | - * @package System.Collections |
|
| 10 | - */ |
|
| 3 | + * TStack, TStackIterator classes |
|
| 4 | + * |
|
| 5 | + * @author Qiang Xue <[email protected]> |
|
| 6 | + * @link https://github.com/pradosoft/prado |
|
| 7 | + * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | + * @package System.Collections |
|
| 10 | + */ |
|
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * TStack class |
@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * TBaseActiveControl and TBaseActiveCallbackControl class file. |
|
| 4 | - * |
|
| 5 | - * @author Wei Zhuo <weizhuo[at]gamil[dot]com> |
|
| 6 | - * @link https://github.com/pradosoft/prado |
|
| 7 | - * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | - * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | - * @package System.Web.UI.ActiveControls |
|
| 10 | - */ |
|
| 3 | + * TBaseActiveControl and TBaseActiveCallbackControl class file. |
|
| 4 | + * |
|
| 5 | + * @author Wei Zhuo <weizhuo[at]gamil[dot]com> |
|
| 6 | + * @link https://github.com/pradosoft/prado |
|
| 7 | + * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | + * @package System.Web.UI.ActiveControls |
|
| 10 | + */ |
|
| 11 | 11 | |
| 12 | 12 | Prado::using('System.Web.UI.ActiveControls.TCallbackClientSide'); |
| 13 | 13 | |
@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * THttpResponse class |
|
| 4 | - * |
|
| 5 | - * @author Qiang Xue <[email protected]> |
|
| 6 | - * @link https://github.com/pradosoft/prado |
|
| 7 | - * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | - * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | - * @package System.Web |
|
| 10 | - */ |
|
| 3 | + * THttpResponse class |
|
| 4 | + * |
|
| 5 | + * @author Qiang Xue <[email protected]> |
|
| 6 | + * @link https://github.com/pradosoft/prado |
|
| 7 | + * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | + * @package System.Web |
|
| 10 | + */ |
|
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * Includes the THttpResponse adapter. |
@@ -1,13 +1,13 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * TAuthManager class file |
|
| 4 | - * |
|
| 5 | - * @author Qiang Xue <[email protected]> |
|
| 6 | - * @link https://github.com/pradosoft/prado |
|
| 7 | - * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | - * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | - * @package System.Security |
|
| 10 | - */ |
|
| 3 | + * TAuthManager class file |
|
| 4 | + * |
|
| 5 | + * @author Qiang Xue <[email protected]> |
|
| 6 | + * @link https://github.com/pradosoft/prado |
|
| 7 | + * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | + * @package System.Security |
|
| 10 | + */ |
|
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * Using IUserManager interface |
@@ -289,7 +289,7 @@ discard block |
||
| 289 | 289 | |
| 290 | 290 | // check for authentication expiration |
| 291 | 291 | $isAuthExpired = $this->_authExpire>0 && !$user->getIsGuest() && |
| 292 | - ($expiretime=$session->itemAt('AuthExpireTime')) && $expiretime<time(); |
|
| 292 | + ($expiretime=$session->itemAt('AuthExpireTime')) && $expiretime<time(); |
|
| 293 | 293 | |
| 294 | 294 | // try authenticating through cookie if possible |
| 295 | 295 | if($this->getAllowAutoLogin() && ($user->getIsGuest() || $isAuthExpired)) |
@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * TButtonColumn class file |
|
| 4 | - * |
|
| 5 | - * @author Qiang Xue <[email protected]> |
|
| 6 | - * @link https://github.com/pradosoft/prado |
|
| 7 | - * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | - * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | - * @package System.Web.UI.WebControls |
|
| 10 | - */ |
|
| 3 | + * TButtonColumn class file |
|
| 4 | + * |
|
| 5 | + * @author Qiang Xue <[email protected]> |
|
| 6 | + * @link https://github.com/pradosoft/prado |
|
| 7 | + * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | + * @package System.Web.UI.WebControls |
|
| 10 | + */ |
|
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * TDataGridColumn class file |
@@ -1,18 +1,18 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * TDataGrid related class files. |
|
| 4 | - * This file contains the definition of the following classes: |
|
| 5 | - * TDataGrid, TDataGridItem, TDataGridItemCollection, TDataGridColumnCollection, |
|
| 6 | - * TDataGridPagerStyle, TDataGridItemEventParameter, |
|
| 7 | - * TDataGridCommandEventParameter, TDataGridSortCommandEventParameter, |
|
| 8 | - * TDataGridPageChangedEventParameter |
|
| 9 | - * |
|
| 10 | - * @author Qiang Xue <[email protected]> |
|
| 11 | - * @link https://github.com/pradosoft/prado |
|
| 12 | - * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 13 | - * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 14 | - * @package System.Web.UI.WebControls |
|
| 15 | - */ |
|
| 3 | + * TDataGrid related class files. |
|
| 4 | + * This file contains the definition of the following classes: |
|
| 5 | + * TDataGrid, TDataGridItem, TDataGridItemCollection, TDataGridColumnCollection, |
|
| 6 | + * TDataGridPagerStyle, TDataGridItemEventParameter, |
|
| 7 | + * TDataGridCommandEventParameter, TDataGridSortCommandEventParameter, |
|
| 8 | + * TDataGridPageChangedEventParameter |
|
| 9 | + * |
|
| 10 | + * @author Qiang Xue <[email protected]> |
|
| 11 | + * @link https://github.com/pradosoft/prado |
|
| 12 | + * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 13 | + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 14 | + * @package System.Web.UI.WebControls |
|
| 15 | + */ |
|
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | 18 | * Includes TBaseList, TPagedDataSource, TDummyDataSource and TTable classes |