init() public method

public init ( )
コード例 #1
0
ファイル: SerialColumn.php プロジェクト: pipekung/yii2-grid
 public function init()
 {
     $this->grid->formatColumn($this->hAlign, $this->vAlign, $this->noWrap, $this->width, $this->headerOptions, $this->contentOptions, $this->pageSummaryOptions, $this->footerOptions);
     parent::init();
     $this->setPageRows();
 }