Prado\Web\UI\WebControls\TListBox::getValidationPropertyValue PHP Méthode

getValidationPropertyValue() public méthode

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