ReloadOption.php
Implement the "reload" option. This option can be used with "create" to force the API to reload a clean copy of the entity before returning the result.
$clean = civicrm_api('myentity', 'create', array(
'options' => array(
'reload' => 1
),
));
Tags
Table of Contents
Classes
- CRM_Utils_API_ReloadOption
- Class CRM_Utils_API_ReloadOption