$fieldsParam public property
The name of the query parameter containing the information about which fields should be returned for a yii\base\Model object. If the parameter is not provided or empty, the default set of fields as defined by yii\base\Model::fields() will be returned.
public string $fieldsParam = 'fields'
Please login to continue.