Eloquent\Phony\Mock\Exception\InvalidDefinitionException::value PHP Method

value() public method

Get the value.
public value ( ) : mixed
return mixed The value.
    public function value()
    {
        return $this->value;
    }
InvalidDefinitionException