Prado\Web\UI\WebControls\TImageMapEventParameter::getPostBackValue PHP 메소드

getPostBackValue() 공개 메소드

public getPostBackValue ( ) : string
리턴 string post back value associated with the hotspot clicked
    public function getPostBackValue()
    {
        return $this->_postBackValue;
    }
TImageMapEventParameter