skeeks\cms\grid\UserColumnData::init PHP Méthode

init() public méthode

public init ( )
    public function init()
    {
        parent::init();
        /*$this->filter = ArrayHelper::map(
              \Yii::$app->cms->findUser()->all(),
              'id',
              'displayName'
          );*/
        if ($this->grid->filterModel && $this->attribute) {
            $this->filter = \skeeks\cms\modules\admin\widgets\formInputs\SelectModelDialogUserInput::widget(['model' => $this->grid->filterModel, 'attribute' => $this->attribute]);
        }
    }