public toArray ( array $fields = [], array $expand = [], boolean $recursive = true ) : array | ||
$fields | array | the fields being requested. If empty, all fields as specified by [[fields()]] will be returned. |
$expand | array | the additional fields being requested for exporting. Only fields declared in [[extraFields()]] will be considered. |
$recursive | boolean | whether to recursively return array representation of embedded objects. |
return | array | the array representation of the object |