Prado\Web\UI\WebControls\THiddenField::getValidationPropertyValue PHP Method

getValidationPropertyValue() public method

This methid is required by \Prado\Web\UI\IValidatable interface.
public getValidationPropertyValue ( ) : mixed
return mixed the value of the property to be validated.
    public function getValidationPropertyValue()
    {
        return $this->getValue();
    }