showMeta() public method
Sets whether to automatically perform 'SHOW META' for the search query.
See also showMeta().
public $this showMeta ( $showMeta ) | ||
---|---|---|
$showMeta | boolean|string|yii\db\Expression |
Whether to automatically perform 'SHOW META' |
return | $this |
The query object itself |
Please login to continue.