Assert\InvalidArgumentException::getValue PHP 메소드

getValue() 공개 메소드

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