Assert\InvalidArgumentException::getValue PHP Méthode

getValue() public méthode

Get the value that caused the assertion to fail.
public getValue ( ) : mixed
Résultat mixed
    public function getValue()
    {
        return $this->value;
    }