Assert\AssertionChain::all PHP 메소드

all() 공개 메소드

Switch chain into validation mode for an array of values.
public all ( ) : AssertionChain
리턴 AssertionChain
    public function all()
    {
        $this->all = true;
        return $this;
    }