Blame view

backend/components/widgets/InputHeaderDataColumn.php 226 Bytes
02e174a3   Mihail   work with custome...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <?php
  /**
   * Created by PhpStorm.
   * User: Cibermag
   * Date: 07.09.2015
   * Time: 18:04
   */
  use yii\grid\DataColumn ;
  class InputHeaderDataColumn extends DataColumn  {
  
      protected function renderHeaderCellContent(){
  
      }
  }