EqualExpectation::getValue PHP 메소드

getValue() 보호된 메소드

Accessor for comparison value.
protected getValue ( ) : mixed
리턴 mixed Held value to compare with.
    protected function getValue()
    {
        return $this->value;
    }