removed package and version tags

This commit is contained in:
Alexander Makarov
2011-12-09 18:13:36 +04:00
parent f8ea58826e
commit a33d152d77
11 changed files with 0 additions and 38 deletions

View File

@ -16,8 +16,6 @@ namespace yii\validators;
* must be in. If the given date value doesn't follow the format, the attribute is considered as invalid.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Id: CDateValidator.php 2799 2011-01-01 19:31:13Z qiang.xue $
* @package system.validators
* @since 2.0
*/
class CDateValidator extends Validator

View File

@ -16,8 +16,6 @@ namespace yii\validators;
* that can be found in the foreign table.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Id: CExistValidator.php 2799 2011-01-01 19:31:13Z qiang.xue $
* @package system.validators
* @since 2.0
*/
class CExistValidator extends Validator

View File

@ -40,8 +40,6 @@ namespace yii\validators;
* You can use {@link CFileValidator} to validate the file attribute.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Id: CFileValidator.php 2799 2011-01-01 19:31:13Z qiang.xue $
* @package system.validators
* @since 2.0
*/
class CFileValidator extends Validator

View File

@ -13,8 +13,6 @@ namespace yii\validators;
* CUniqueValidator validates that the attribute value is unique in the corresponding database table.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Id: CUniqueValidator.php 3260 2011-06-13 20:56:54Z alexander.makarow $
* @package system.validators
* @since 1.0
*/
class CUniqueValidator extends Validator