Changed Classes

Class Constant / Property / Method
class Integration extends Entity { /**/ } ENTITY_TYPE = 'Integration'
class ExternalAccount extends Integration { /**/ } ENTITY_TYPE = 'ExternalAccount'

class AclManager { /**/ } function checkUser(1098, 1234, 11402)
class AclManager extends InternalAclManager { /**/ } function checkUser(1098, 1234, 1060)

class BaseEntity implements Entity { /**/ } function get(3611, 954)
class Integration extends Entity { /**/ } function get(541, 954)

class BaseEntity implements Entity { /**/ } function clear(3611)
class Integration extends Entity { /**/ } function clear(541)

class BaseEntity implements Entity { /**/ } function set(3611, 544)
class Integration extends Entity { /**/ } function set(21880, 21881)

class BaseEntity implements Entity { /**/ } function populateFromArray(518, 51967, 9612)
class Integration extends Entity { /**/ } function populateFromArray(30641, 51967, 9612)

abstract class Smarty_Resource { /**/ } public getbasename
class Smarty_Internal_Resource_File extends Smarty_Resource { /**/ } protected getbasename

abstract class Smarty_Resource { /**/ } public getbasename
class Smarty_Internal_Resource_Extends extends Smarty_Resource { /**/ } protected getbasename

class Database extends RDBRepository { /**/ } public beforesave
class Job extends Database implements Di\ConfigAware { /**/ } protected beforesave

class RDBRepository implements Repository { /**/ } public beforesave
class Job extends Database implements Di\ConfigAware { /**/ } protected beforesave

trait BaseTrait { /**/ } protected validaterawparams
class LockTable implements Query { /**/ } private validaterawparams

interface AppParam { /**/ } get : [\array]
class Extensions implements AppParam { /**/ } get : [\mixed]

interface AppParam { /**/ } get : [\array]
class TemplateEntityTypeList implements AppParam { /**/ } get : [\mixed]

interface CellValuePreparator { /**/ } prepare : [\null, \string]
class Address implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\espo\core\field\datetime, \espo\core\field\date, \null]
class DateTimeOptional implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\null, \string]
class LinkMultiple implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\null, \string]
class Enumeration implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\bool]
class Boolean implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\null, \espo\core\field\datetime]
class DateTime implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \null]
class General implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\null, \string]
class PersonName implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\null, \string]
class Duration implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\null, \espo\core\field\currency]
class CurrencyConverted implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\float]
class Floating implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\null, \espo\core\field\date]
class Date implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\null, \espo\core\field\currency]
class Currency implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\null, \string]
class MultiEnum implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\int]
class Integer implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

interface CellValuePreparator { /**/ } prepare : [\null, \string]
class Link implements CellValuePreparator { /**/ } prepare : [\string, \bool, \int, \float, \espo\core\field\date, \espo\core\field\datetime, \espo\core\field\currency, \null]

class Application { /**/ } getcontainer : [\espo\core\portal\container]
class Application extends BaseApplication { /**/ } getcontainer : [\espo\core\container]

interface Account { /**/ } getuser : [\espo\core\field\link]
class Account implements AccountInterface { /**/ } getuser : [\null, \espo\core\field\link]

interface StorageFactory { /**/ } create : [\espo\core\mail\account\storage\laminasstorage]
class StorageFactory implements StorageFactoryInterface { /**/ } create : [\espo\core\mail\account\storage]

interface StorageFactory { /**/ } create : [\espo\core\mail\account\storage\laminasstorage]
class StorageFactory implements StorageFactoryInterface { /**/ } create : [\espo\core\mail\account\storage]

interface StorageFactory { /**/ } createwithparams : [\espo\core\mail\account\storage\laminasstorage]
class StorageFactory implements StorageFactoryInterface { /**/ } createwithparams : [\espo\core\mail\account\storage]

interface StorageFactory { /**/ } createwithparams : [\espo\core\mail\account\storage\laminasstorage]
class StorageFactory implements StorageFactoryInterface { /**/ } createwithparams : [\espo\core\mail\account\storage]

class BadRequest extends Exception implements HasBody, HasLogLevel { /**/ } createwithbody : [\espo\core\fieldvalidation\exceptions\validationerror]
class ValidationError extends BadRequest implements HasLogMessage { /**/ } createwithbody : [\espo\core\exceptions\badrequest]

interface Factory { /**/ } create : [\espo\core\websocket\subscriber]
class SubscriberFactory implements Factory { /**/ } create : [\object]

interface Factory { /**/ } create : [\espo\core\websocket\sender]
class SenderFactory implements Factory { /**/ } create : [\object]

interface Factory { /**/ } create : [\espo\core\sms\sender]
class SenderFactory implements Factory { /**/ } create : [\object]

interface Factory { /**/ } create : [\espo\core\mail\account\fetcher]
class FetcherFactory implements Factory { /**/ } create : [\object]

interface Factory { /**/ } create : [\espo\core\mail\account\fetcher]
class FetcherFactory implements Factory { /**/ } create : [\object]

interface Loader { /**/ } load : [\espo\core\orm\entitymanager]
class EntityManager implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\aclmanager]
class InternalAclManager implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\utils\log]
class Log implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\utils\numberutil]
class NumberUtil implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\utils\language]
class Language implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\utils\language]
class BaseLanguage implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\portal\utils\language]
class Language implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\portal\acl]
class Acl implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\portal\aclmanager]
class AclManager implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\entities\preferences]
class Preferences implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\applicationuser]
class ApplicationUser implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\aclmanager]
class InternalAclManager implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\utils\datetime]
class DateTime implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\orm\defs]
class OrmDefs implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\utils\metadata]
class Metadata implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\portal\aclmanagercontainer]
class PortalAclManagerContainer implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\datamanager]
class DataManager implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\aclmanager]
class AclManager implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\applicationstate]
class ApplicationState implements Loader { /**/ } load : []

interface Loader { /**/ } load : [\espo\core\acl]
class Acl implements Loader { /**/ } load : []

interface Func { /**/ } process : [\bool]
class UserIsBusyType implements Func { /**/ } process : [\mixed]

interface Func { /**/ } process : [\null, \array]
class MatchExtractType implements Func { /**/ } process : [\mixed]

interface Func { /**/ } process : [\null, \stdclass]
class FetchType implements Func { /**/ } process : [\mixed]

interface Func { /**/ } process : [\string]
class GenerateRecordIdType implements Func { /**/ } process : [\mixed]

interface Func { /**/ } process : [\bool]
class ContainsType implements Func { /**/ } process : [\mixed]

interface Func { /**/ } process : [\string]
class ConvertType implements Func { /**/ } process : [\mixed]

interface Func { /**/ } process : [\array]
class FindManyType implements Func { /**/ } process : [\mixed]

interface Func { /**/ } process : [\string]
class TodayType implements Func { /**/ } process : [\mixed]

interface Func { /**/ } process : [\string]
class GenerateIdType implements Func { /**/ } process : [\mixed]

interface ValueFactory { /**/ } createfromentity : [\espo\core\field\datetimeoptional]
class DateTimeOptionalFactory implements ValueFactory { /**/ } createfromentity : [\null, \object]

interface ValueFactory { /**/ } createfromentity : [\espo\core\field\linkmultiple]
class LinkMultipleFactory implements ValueFactory { /**/ } createfromentity : [\null, \object]

interface ValueFactory { /**/ } createfromentity : [\espo\core\field\currency]
class CurrencyFactory implements ValueFactory { /**/ } createfromentity : [\null, \object]

interface ValueFactory { /**/ } createfromentity : [\espo\core\field\emailaddressgroup]
class EmailAddressGroupFactory implements ValueFactory { /**/ } createfromentity : [\null, \object]

interface ValueFactory { /**/ } createfromentity : [\espo\core\field\date]
class DateFactory implements ValueFactory { /**/ } createfromentity : [\null, \object]

interface ValueFactory { /**/ } createfromentity : [\espo\core\field\datetime]
class DateTimeFactory implements ValueFactory { /**/ } createfromentity : [\null, \object]

interface ValueFactory { /**/ } createfromentity : [\espo\core\field\link]
class LinkFactory implements ValueFactory { /**/ } createfromentity : [\null, \object]

interface ValueFactory { /**/ } createfromentity : [\espo\core\field\phonenumbergroup]
class PhoneNumberGroupFactory implements ValueFactory { /**/ } createfromentity : [\null, \object]

interface ValueFactory { /**/ } createfromentity : [\espo\core\field\address]
class AddressFactory implements ValueFactory { /**/ } createfromentity : [\null, \object]

interface ValueFactory { /**/ } createfromentity : [\espo\core\field\linkparent]
class LinkParentFactory implements ValueFactory { /**/ } createfromentity : [\null, \object]

interface Mapper { /**/ } select : [\espo\orm\sthcollection]
class BaseMapper implements RDBMapper { /**/ } select : [\espo\orm\collection]

interface Builder { /**/ } build : [\espo\orm\query\locktable]
class LockTableBuilder implements Builder { /**/ } build : [\espo\orm\query\query]

interface Builder { /**/ } build : [\espo\orm\query\insert]
class InsertBuilder implements Builder { /**/ } build : [\espo\orm\query\query]

interface Builder { /**/ } build : [\espo\orm\query\union]
class UnionBuilder implements Builder { /**/ } build : [\espo\orm\query\query]

interface Builder { /**/ } build : [\espo\orm\query\delete]
class DeleteBuilder implements Builder { /**/ } build : [\espo\orm\query\query]

interface Builder { /**/ } build : [\espo\orm\query\select]
class SelectBuilder implements Builder { /**/ } build : [\espo\orm\query\query]

interface Builder { /**/ } build : [\espo\orm\query\update]
class UpdateBuilder implements Builder { /**/ } build : [\espo\orm\query\query]

interface WhereItem { /**/ } getrawvalue : [\array]
class Not implements WhereItem { /**/ } getrawvalue : [\mixed]

interface WhereItem { /**/ } getrawvalue : [\array]
class AndGroup implements WhereItem { /**/ } getrawvalue : [\mixed]

interface WhereItem { /**/ } getrawvalue : [\espo\orm\query\select]
class Exists implements WhereItem { /**/ } getrawvalue : [\mixed]

interface WhereItem { /**/ } getrawvalue : [\array]
class OrGroup implements WhereItem { /**/ } getrawvalue : [\mixed]

abstract class Smarty_Internal_CompileBase { /**/ } $required_attributes = array( )
class Smarty_Internal_Compile_Include extends Smarty_Internal_CompileBase { /**/ } $required_attributes = array('file')

abstract class Smarty_Internal_CompileBase { /**/ } $shorttag_order = array( )
class Smarty_Internal_Compile_Include extends Smarty_Internal_CompileBase { /**/ } $shorttag_order = array('file')

abstract class Smarty_Internal_CompileBase { /**/ } $option_flags = array('nocache')
class Smarty_Internal_Compile_Include extends Smarty_Internal_CompileBase { /**/ } $option_flags = array('nocache', 'inline', 'caching')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Include extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('_any')

abstract class Smarty_Internal_CompileBase { /**/ } $required_attributes = array( )
class Smarty_Internal_Compile_Config_Load extends Smarty_Internal_CompileBase { /**/ } $required_attributes = array('file')

abstract class Smarty_Internal_CompileBase { /**/ } $shorttag_order = array( )
class Smarty_Internal_Compile_Config_Load extends Smarty_Internal_CompileBase { /**/ } $shorttag_order = array('file', 'section')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Config_Load extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('section', 'scope')

abstract class Smarty_Internal_CompileBase { /**/ } $required_attributes = array( )
class Smarty_Internal_Compile_Block extends Smarty_Internal_CompileBase { /**/ } $required_attributes = array('name')

abstract class Smarty_Internal_CompileBase { /**/ } $shorttag_order = array( )
class Smarty_Internal_Compile_Block extends Smarty_Internal_CompileBase { /**/ } $shorttag_order = array('name')

abstract class Smarty_Internal_CompileBase { /**/ } $option_flags = array('nocache')
class Smarty_Internal_Compile_Block extends Smarty_Internal_CompileBase { /**/ } $option_flags = array('hide', 'append', 'prepend', 'nocache')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Block extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('internal_file', 'internal_uid', 'internal_line')

abstract class Smarty_Internal_CompileBase { /**/ } $required_attributes = array( )
class Smarty_Internal_Compile_Private_Child_Block extends Smarty_Internal_CompileBase { /**/ } $required_attributes = array('name', 'file', 'uid', 'line')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Private_Registered_Function extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('_any')

abstract class Smarty_Internal_CompileBase { /**/ } $required_attributes = array( )
class Smarty_Internal_Compile_Function extends Smarty_Internal_CompileBase { /**/ } $required_attributes = array('name')

abstract class Smarty_Internal_CompileBase { /**/ } $shorttag_order = array( )
class Smarty_Internal_Compile_Function extends Smarty_Internal_CompileBase { /**/ } $shorttag_order = array('name')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Function extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('_any')

abstract class Smarty_Internal_CompileBase { /**/ } $required_attributes = array( )
class Smarty_Internal_Compile_Call extends Smarty_Internal_CompileBase { /**/ } $required_attributes = array('name')

abstract class Smarty_Internal_CompileBase { /**/ } $shorttag_order = array( )
class Smarty_Internal_Compile_Call extends Smarty_Internal_CompileBase { /**/ } $shorttag_order = array('name')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Call extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('_any')

abstract class Smarty_Internal_CompileBase { /**/ } $required_attributes = array( )
class Smarty_Internal_Compile_Section extends Smarty_Internal_CompileBase { /**/ } $required_attributes = array('name', 'loop')

abstract class Smarty_Internal_CompileBase { /**/ } $shorttag_order = array( )
class Smarty_Internal_Compile_Section extends Smarty_Internal_CompileBase { /**/ } $shorttag_order = array('name', 'loop')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Section extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('start', 'step', 'max', 'show')

abstract class Smarty_Internal_CompileBase { /**/ } $required_attributes = array( )
class Smarty_Internal_Compile_Extends extends Smarty_Internal_CompileBase { /**/ } $required_attributes = array('file')

abstract class Smarty_Internal_CompileBase { /**/ } $shorttag_order = array( )
class Smarty_Internal_Compile_Extends extends Smarty_Internal_CompileBase { /**/ } $shorttag_order = array('file')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Continue extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('levels')

abstract class Smarty_Internal_CompileBase { /**/ } $shorttag_order = array( )
class Smarty_Internal_Compile_Continue extends Smarty_Internal_CompileBase { /**/ } $shorttag_order = array('levels')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Private_Registered_Block extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('_any')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Break extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('levels')

abstract class Smarty_Internal_CompileBase { /**/ } $shorttag_order = array( )
class Smarty_Internal_Compile_Break extends Smarty_Internal_CompileBase { /**/ } $shorttag_order = array('levels')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Private_Object_Block_Function extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('_any')

abstract class Smarty_Internal_CompileBase { /**/ } $required_attributes = array( )
class Smarty_Internal_Compile_Foreach extends Smarty_Internal_CompileBase { /**/ } $required_attributes = array('from', 'item')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Foreach extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('name', 'key')

abstract class Smarty_Internal_CompileBase { /**/ } $shorttag_order = array( )
class Smarty_Internal_Compile_Foreach extends Smarty_Internal_CompileBase { /**/ } $shorttag_order = array('from', 'item', 'key', 'name')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Private_Print_Expression extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('assign')

abstract class Smarty_Internal_CompileBase { /**/ } $option_flags = array('nocache')
class Smarty_Internal_Compile_Private_Print_Expression extends Smarty_Internal_CompileBase { /**/ } $option_flags = array('nocache', 'nofilter')

abstract class Smarty_Internal_CompileBase { /**/ } $required_attributes = array( )
class Smarty_Internal_Compile_Eval extends Smarty_Internal_CompileBase { /**/ } $required_attributes = array('var')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Eval extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('assign')

abstract class Smarty_Internal_CompileBase { /**/ } $shorttag_order = array( )
class Smarty_Internal_Compile_Eval extends Smarty_Internal_CompileBase { /**/ } $shorttag_order = array('var', 'assign')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Private_Object_Function extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('_any')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Private_Block_Plugin extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('_any')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Private_Function_Plugin extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('_any')

abstract class Smarty_Internal_CompileBase { /**/ } $required_attributes = array( )
class Smarty_Internal_Compile_Insert extends Smarty_Internal_CompileBase { /**/ } $required_attributes = array('name')

abstract class Smarty_Internal_CompileBase { /**/ } $shorttag_order = array( )
class Smarty_Internal_Compile_Insert extends Smarty_Internal_CompileBase { /**/ } $shorttag_order = array('name')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Insert extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('_any')

abstract class Smarty_Internal_CompileBase { /**/ } $required_attributes = array( )
class Smarty_Internal_Compile_Include_Php extends Smarty_Internal_CompileBase { /**/ } $required_attributes = array('file')

abstract class Smarty_Internal_CompileBase { /**/ } $shorttag_order = array( )
class Smarty_Internal_Compile_Include_Php extends Smarty_Internal_CompileBase { /**/ } $shorttag_order = array('file')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Include_Php extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('once', 'assign')

abstract class Smarty_Internal_CompileBase { /**/ } $shorttag_order = array( )
class Smarty_Internal_Compile_Capture extends Smarty_Internal_CompileBase { /**/ } $shorttag_order = array('name')

abstract class Smarty_Internal_CompileBase { /**/ } $optional_attributes = array( )
class Smarty_Internal_Compile_Capture extends Smarty_Internal_CompileBase { /**/ } $optional_attributes = array('name', 'assign', 'append')

class DefaultTable implements Table { /**/ } $type = 'acl'
class Table extends BaseTable { /**/ } $type = 'aclPortal'

class DefaultTable implements Table { /**/ } $defaultAclType = 'recordAllTeamOwnNo'
class Table extends BaseTable { /**/ } $defaultAclType = 'recordAllOwnNo'

class DefaultTable implements Table { /**/ } $levelList = [self::LEVEL_YES, self::LEVEL_ALL, self::LEVEL_TEAM, self::LEVEL_OWN, self::LEVEL_NO, ]
class Table extends BaseTable { /**/ } $levelList = [self::LEVEL_YES, self::LEVEL_ALL, self::LEVEL_ACCOUNT . self::LEVEL_CONTACT, self::LEVEL_OWN, self::LEVEL_NO, ]

class MetadataProvider { /**/ } $type = 'acl'
class MetadataProvider extends BaseMetadataProvider { /**/ } $type = 'aclPortal'

class Unifier { /**/ } $useObjects = false
class UnifierObj extends Unifier { /**/ } $useObjects = true

abstract class AddIntervalType extends BaseFunction implements Di\DateTimeAware { /**/ } $intervalTypeString =
class AddMinutesType extends AddIntervalType { /**/ } $intervalTypeString = 'minutes'

abstract class AddIntervalType extends BaseFunction implements Di\DateTimeAware { /**/ } $timeOnly = false
class AddMinutesType extends AddIntervalType { /**/ } $timeOnly = true

abstract class AddIntervalType extends BaseFunction implements Di\DateTimeAware { /**/ } $intervalTypeString =
class AddHoursType extends AddIntervalType { /**/ } $intervalTypeString = 'hours'

abstract class AddIntervalType extends BaseFunction implements Di\DateTimeAware { /**/ } $timeOnly = false
class AddHoursType extends AddIntervalType { /**/ } $timeOnly = true

abstract class AddIntervalType extends BaseFunction implements Di\DateTimeAware { /**/ } $intervalTypeString =
class AddDaysType extends AddIntervalType { /**/ } $intervalTypeString = 'days'

abstract class AddIntervalType extends BaseFunction implements Di\DateTimeAware { /**/ } $intervalTypeString =
class AddMonthsType extends AddIntervalType { /**/ } $intervalTypeString = 'months'

abstract class AddIntervalType extends BaseFunction implements Di\DateTimeAware { /**/ } $intervalTypeString =
class AddWeeksType extends AddIntervalType { /**/ } $intervalTypeString = 'weeks'

abstract class AddIntervalType extends BaseFunction implements Di\DateTimeAware { /**/ } $intervalTypeString =
class AddYearsType extends AddIntervalType { /**/ } $intervalTypeString = 'years'

abstract class AbstractQueueJob implements JobDataLess { /**/ } $queue =
class ProcessJobQueueQ0 extends AbstractQueueJob { /**/ } $queue = QueueName::Q0

abstract class AbstractQueueJob implements JobDataLess { /**/ } $queue =
class ProcessJobQueueQ1 extends AbstractQueueJob { /**/ } $queue = QueueName::Q1

abstract class AbstractQueueJob implements JobDataLess { /**/ } $queue =
class ProcessJobQueueE0 extends AbstractQueueJob { /**/ } $queue = QueueName::E0

abstract class Base { /**/ } $name = null
class UpgradeManager extends Base { /**/ } $name = 'Upgrade'

abstract class Base { /**/ } $params = [ ]
class UpgradeManager extends Base { /**/ } $params = ['packagePath' => 'data/upload/upgrades', 'backupPath' => 'data/.backup/upgrades', 'scriptNames' => ['before' => 'BeforeUpgrade', 'after' => 'AfterUpgrade', ], 'customDirNames' => ['before' => 'beforeUpgradeFiles', 'after' => 'afterUpgradeFiles', 'vendor' => 'vendorFiles', ], ]

abstract class Base { /**/ } $name = null
class ExtensionManager extends Base { /**/ } $name = 'Extension'

abstract class Base { /**/ } $params = [ ]
class ExtensionManager extends Base { /**/ } $params = ['packagePath' => 'data/upload/extensions', 'backupPath' => 'data/.backup/extensions', 'scriptNames' => ['before' => 'BeforeInstall', 'after' => 'AfterInstall', 'beforeUninstall' => 'BeforeUninstall', 'afterUninstall' => 'AfterUninstall', ], 'customDirNames' => ['before' => 'beforeInstallFiles', 'after' => 'afterInstallFiles', ], ]

abstract class Base { /**/ } $defaultAction = 'index'
class RecordTree extends Record { /**/ } $defaultAction = 'list'

abstract class Base { /**/ } $defaultAction = 'index'
class RecordBase extends Base implements Di\EntityManagerAware, Di\InjectableFactoryAware { /**/ } $defaultAction = 'list'

class Image implements EntryPoint { /**/ } $allowedRelatedTypeList = null
class LogoImage extends Image { /**/ } $allowedRelatedTypeList = ['Settings', 'Portal']

class Image implements EntryPoint { /**/ } $allowedFieldList = null
class LogoImage extends Image { /**/ } $allowedFieldList = ['companyLogo']

abstract class BaseQueryComposer implements QueryComposer { /**/ } $identifierQuoteCharacter = '`'
class PostgresqlQueryComposer extends BaseQueryComposer { /**/ } $identifierQuoteCharacter = '"'

abstract class BaseQueryComposer implements QueryComposer { /**/ } $indexHints = true
class PostgresqlQueryComposer extends BaseQueryComposer { /**/ } $indexHints = false

abstract class BaseQueryComposer implements QueryComposer { /**/ } $skipForeignIfForUpdate = false
class PostgresqlQueryComposer extends BaseQueryComposer { /**/ } $skipForeignIfForUpdate = true

abstract class BaseQueryComposer implements QueryComposer { /**/ } $aliasMaxLength = 256
class PostgresqlQueryComposer extends BaseQueryComposer { /**/ } $aliasMaxLength = 128

abstract class BaseQueryComposer implements QueryComposer { /**/ } $comparisonOperatorMap = ['!=s' => 'NOT IN', '=s' => 'IN', '!=' => '<>', '!*' => 'NOT LIKE', '*' => 'LIKE', '>=any' => '>= ANY', '<=any' => '<= ANY', '>any' => '> ANY', '<any' => '< ANY', '!=any' => '<> ANY', '=any' => '= ANY', '>=all' => '>= ALL', '<=all' => '<= ALL', '>all' => '> ALL', '<all' => '< ALL', '!=all' => '<> ALL', '=all' => '= ALL', ]
class PostgresqlQueryComposer extends BaseQueryComposer { /**/ } $comparisonOperatorMap = ['!=s' => 'NOT IN', '=s' => 'IN', '!=' => '<>', '!*' => 'NOT ILIKE', '*' => 'ILIKE', '>=any' => '>= ANY', '<=any' => '<= ANY', '>any' => '> ANY', '<any' => '< ANY', '!=any' => '<> ANY', '=any' => '= ANY', '>=all' => '>= ALL', '<=all' => '<= ALL', '>all' => '> ALL', '<all' => '< ALL', '!=all' => '<> ALL', '=all' => '= ALL', ]

abstract class BaseQueryComposer implements QueryComposer { /**/ } $comparisonFunctionOperatorMap = ['LIKE' => 'LIKE', 'NOT_LIKE' => 'NOT LIKE', 'EQUAL' => '=', 'NOT_EQUAL' => '<>', 'GREATER_THAN' => '>', 'LESS_THAN' => '<', 'GREATER_THAN_OR_EQUAL' => '>=', 'LESS_THAN_OR_EQUAL' => '<=', 'IS_NULL' => 'IS NULL', 'IS_NOT_NULL' => 'IS NOT NULL', 'IN' => 'IN', 'NOT_IN' => 'NOT IN', ]
class PostgresqlQueryComposer extends BaseQueryComposer { /**/ } $comparisonFunctionOperatorMap = ['LIKE' => 'ILIKE', 'NOT_LIKE' => 'NOT ILIKE', 'EQUAL' => '=', 'NOT_EQUAL' => '<>', 'GREATER_THAN' => '>', 'LESS_THAN' => '<', 'GREATER_THAN_OR_EQUAL' => '>=', 'LESS_THAN_OR_EQUAL' => '<=', 'IS_NULL' => 'IS NULL', 'IS_NOT_NULL' => 'IS NOT NULL', 'IN' => 'IN', 'NOT_IN' => 'NOT IN', ]

abstract class Base { /**/ } $name =
class CaseObj extends Record { /**/ } $name = CaseEntity::ENTITY_TYPE

class BaseEntity implements Entity { /**/ } $entityType =
class CaseObj extends \Espo\Core\ORM\Entity { /**/ } $entityType = 'Case'

abstract class Base { /**/ } $defaultAction = 'index'
class ExternalAccount extends RecordBase { /**/ } $defaultAction = 'list'

abstract class Base { /**/ } $defaultAction = 'index'
class Notification extends RecordBase { /**/ } $defaultAction = 'list'

class Service implements Crud, Di\ConfigAware, Di\ServiceFactoryAware, Di\EntityManagerAware, Di\UserAware, Di\MetadataAware, Di\AclAware, Di\InjectableFactoryAware, Di\FieldUtilAware, Di\FieldValidationManagerAware, Di\RecordServiceContainerAware, Di\SelectBuilderFactoryAware, Di\AssignmentCheckerManagerAware { /**/ } $getEntityBeforeUpdate = false
class Email extends Record { /**/ } $getEntityBeforeUpdate = true