Assert\LazyAssertion::tryAll PHP Méthode

tryAll() public méthode

public tryAll ( )
    public function tryAll()
    {
        if (!$this->currentChain) {
            $this->alwaysTryAll = true;
        }
        $this->thisChainTryAll = true;
        return $this;
    }