Prado\Web\UI\WebControls\TDropDownList::getValidationPropertyValue PHP 메소드

getValidationPropertyValue() 공개 메소드

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