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, '');
    }