Overtrue\Validation\Validator::validateSometimes PHP 메소드

validateSometimes() 보호된 메소드

Always returns true, just lets us put sometimes in rules.
protected validateSometimes ( ) : boolean
리턴 boolean
    protected function validateSometimes()
    {
        return true;
    }
Validator