Adds interfaces to many classes.

This commit is contained in:
2022-09-03 12:48:53 +02:00
parent 0512af0f33
commit 4a32d3d50e
34 changed files with 613 additions and 128 deletions

View File

@ -4210,7 +4210,7 @@ class Fields extends Structure
);
// load the php for the custom field file
$fieldAttributes['custom'][$phpKey][$phpLine]
= CFactory::_('Customcode')->add(
= CFactory::_('Customcode')->update(
ComponentbuilderHelper::openValidBase64(
GetHelper::between(
$field['settings']->xml,
@ -4504,7 +4504,7 @@ class Fields extends Structure
)) !== $confirmation)
{
$fieldAttributes['custom'][$phpKey][$phpLine]
= CFactory::_('Customcode')->add(
= CFactory::_('Customcode')->update(
ComponentbuilderHelper::openValidBase64($value)
);
}