yii\base\Arrayable::extraFields PHP 메소드

extraFields() 공개 메소드

This method is similar to Arrayable::fields except that the list of fields declared by this method are not returned by default by Arrayable::toArray. Only when a field in the list is explicitly requested, will it be included in the result of Arrayable::toArray.
또한 보기: toArray()
또한 보기: fields()
public extraFields ( ) : array
리턴 array the list of expandable field names or field definitions. Please refer to [[fields()]] on the format of the return value.
    public function extraFields();