Eloquent\Phony\Verification\AbstractCardinalityVerifier::thrice PHP 메소드

thrice() 공개 메소드

Requires that the next verification matches exactly three times.
public thrice ( )
    public function thrice()
    {
        $this->cardinality = new Cardinality(3, 3);
        return $this;
    }