mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-20 18:32:59 +08:00
removed package and version tags
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user