Static Public Member Functions | |
static | copy (RedBeanModel $model, RedBeanModel $copyToModel) |
static | processAfterCopy (RedBeanModel $model, RedBeanModel $copyToModel) |
Utility for copying the attributes from one project model to another. Utilized by 'duplicate' functionality accessed from a detail view for a model.
Definition at line 41 of file ProjectZurmoCopyModelUtil.php.
static copy | ( | RedBeanModel $ | model, | |
RedBeanModel $ | copyToModel | |||
) | [static] |
Use copy of parent class in addition to copy accounts, contacts and opportunities
RedBeanModel | $model | |
RedBeanModel | $copyToModel - model to copy attribute values from $model to |
Reimplemented from ZurmoCopyModelUtil.
Definition at line 48 of file ProjectZurmoCopyModelUtil.php.