Craft\Neo_SettingsModel::validate PHP Method

validate() public method

Validates all the attributes, block types and groups.
public validate ( array | null $attributes = null, boolean | true $clearErrors = true ) : boolean
$attributes array | null
$clearErrors boolean | true
return boolean
    public function validate($attributes = null, $clearErrors = true)
    {
        return parent::validate($attributes, $clearErrors) && craft()->neo->validateFieldSettings($this);
    }