Prado\Web\UI\WebControls\TTemplateColumn::setItemRenderer PHP Метод

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

If not empty, the class will be used to instantiate as a child control in the item cells of the column. If the class implements {@link \Prado\IDataRenderer}, the Data property will be set as the row of the data associated with the datagrid item that this cell resides in.
С версии: 3.1.0
public setItemRenderer ( $value )
    public function setItemRenderer($value)
    {
        $this->setViewState('ItemRenderer', $value, '');
    }