Prado\Web\UI\ActiveControls\TActiveTableCell::getPostBackOptions PHP Méthode

getPostBackOptions() protected méthode

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