Habari\XMLRPCStruct::get_fields PHP Method

get_fields() public method

Get the list of properties that this object contains.
public get_fields ( ) : array
return array List of object properties, as stored in $this->fields.
    public function get_fields()
    {
        return array_keys($this->fields);
    }