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

getDataChanged() 공개 메소드

This method is required by the \Prado\Web\UI\IPostBackDataHandler interface.
public getDataChanged ( ) : boolean
리턴 boolean whether postback has caused the control data change. False if the page is not in postback mode.
    public function getDataChanged()
    {
        return $this->_dataChanged;
    }