Prado\Web\UI\ActiveControls\TActiveTableCell::getPostBackOptions PHP 메소드

getPostBackOptions() 보호된 메소드

This method is used by framework and control developers.
protected getPostBackOptions ( ) : array
리턴 array parameters about how the row defines its postback behavior.
    protected function getPostBackOptions()
    {
        $options['ID'] = $this->getClientID();
        $options['EventTarget'] = $this->getUniqueID();
        return $options;
    }