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;
    }