EqualExpectation::getValue PHP Метод

getValue() защищенный Метод

Accessor for comparison value.
protected getValue ( ) : mixed
Результат mixed Held value to compare with.
    protected function getValue()
    {
        return $this->value;
    }