Prado\Web\UI\WebControls\TTableRow::createStyle PHP 메소드

createStyle() 보호된 메소드

This method creates a {@link TTableItemStyle} to be used by the table row.
protected createStyle ( ) : TStyle
리턴 TStyle control style to be used
    protected function createStyle()
    {
        return new TTableItemStyle();
    }