Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorCustomFieldStorageQuery

final class PhabricatorCustomFieldStorageQuery
Phabricator Technical Documentation (Custom Fields)

Load custom field data from storage.

This query loads the data directly into the field objects and does not return it to the caller. It can bulk load data for any list of fields, even if they have different objects or object types.

Methods

public function addFields($fields)

This method is not documented.
Parameters
array$fields
Return
wild

public function addField($field)

This method is not documented.
Parameters
PhabricatorCustomField$field
Return
wild

public function execute()

This method is not documented.
Return
wild

private function loadFieldsFromStorage($storage, $fields)

This method is not documented.
Parameters
$storage
array$fields
Return
wild