public function __construct($owner = null) { $this->emptyText = '<p>' . Yii::t('site', 'No results found') . '</p>'; parent::__construct($owner); }
public function __construct($owner = null) { parent::__construct($owner); $this->attachBehaviors($this->behaviors()); }
/** * @param null $owner */ public function __construct($owner = null) { $this->pager['header'] = ''; parent::__construct($owner); }