Prado\Web\UI\ActiveControls\TActiveTableCellEventParameter::__construct PHP Метод

__construct() публичный Метод

Creates a new TActiveTableRowEventParameter.
public __construct ( $response, $parameter, $index )
    public function __construct($response, $parameter, $index = -1)
    {
        parent::__construct($response, $parameter);
        $this->_selectedCellIndex = $index;
    }
TActiveTableCellEventParameter