@@ -130,7 +130,6 @@ |
||
130 | 130 | * This method will check the requested fields against those declared in [[fields()]] and [[extraFields()]] |
131 | 131 | * to determine which fields can be returned. |
132 | 132 | * @param array $fields the fields being requested for exporting |
133 | - * @param array $expand the additional fields being requested for exporting |
|
134 | 133 | * @param array $except the excluded fields being requested for exporting |
135 | 134 | * @return array the list of fields to be exported. The array keys are the field names, and the array values |
136 | 135 | * are the corresponding object property names or PHP callables returning the field values. |