PHP Class store\components\validators\NumberValidator

Inheritance: extends CNumberValidato\CNumberValidator
Show file Open project: yupe/yupe

Public Properties

Property Type Description
$replacingCommas boolean

Public Methods

Method Description
clientValidateAttribute ( CModel $object, string $attribute ) : string | void

Protected Methods

Method Description
validateAttribute ( CModel $object, string $attribute )

Method Details

clientValidateAttribute() public method

public clientValidateAttribute ( CModel $object, string $attribute ) : string | void
$object CModel
$attribute string
return string | void

validateAttribute() protected method

protected validateAttribute ( CModel $object, string $attribute )
$object CModel
$attribute string

Property Details

$replacingCommas public property

public bool $replacingCommas
return boolean