Assert\AssertionChain::all PHP Method

all() public method

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