Phosphorum\Models\Users::afterValidation PHP Méthode

afterValidation() public méthode

public afterValidation ( )
    public function afterValidation()
    {
        if ($this->votes_points >= 50) {
            $this->votes++;
            $this->votes_points = 0;
        }
    }