Codeception\Specify\ObjectProperty::getValue PHP Method

getValue() public method

public getValue ( ) : mixed
return mixed
    public function getValue()
    {
        return $this->_property->getValue($this->_owner);
    }