RequiredOption::getValue(): mixed

In this article

Gets the value that the model must support for this option.

Return

mixed The value that the model must support.

Source

public function getValue()
{
    return $this->value;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.