Assert\AssertionChain::all PHP Méthode

all() public méthode

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