kartik\grid\SerialColumn::init PHP 메소드

init() 공개 메소드

public init ( )
    public function init()
    {
        $this->parseFormat();
        $this->parseVisibility();
        parent::init();
        $this->setPageRows();
    }

Usage Example

예제 #1
0
 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();
 }