Method Fossilization

Method
Level
public abstract function process(ArgumentList $args) ;
109
protected function checkAccess( ) : bool { /**/ }
24
protected function beforeSave(Entity $entity, array $options = [ ]) { /**/ }
18
public abstract function process(stdClass $item) ;
16
protected function afterSave(Entity $entity, array $options = [ ]) { /**/ }
12
protected function afterRemove(Entity $entity, array $options = [ ]) { /**/ }
12
abstract public function populate(Smarty_Template_Source $source, Smarty_Internal_Template $_template = null) ;
11
public function putActionUpdate(Request $request, Response $response) : stdClass { /**/ }
10
public function checkEntityRead(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
10
abstract public function getContent(Smarty_Template_Source $source) ;
9
abstract public function run(mixed $data) : mixed ;
9
public function postActionCreate(Request $request, Response $response) : stdClass { /**/ }
9
abstract public function to_smarty_php( ) ;
8
abstract protected function compare($left, $right) ;
8
public function checkEntityDelete(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
8
protected function getBasename(Smarty_Template_Source $source) { /**/ }
7
public function checkEntityCreate(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
7
public function checkEntityEdit(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
7
private function validateRawParams(array $params) : void { /**/ }
7
public function postActionCreateLink(Request $request) : bool { /**/ }
6
public function deleteActionRemoveLink(Request $request) : bool { /**/ }
6
public function get(string $attribute) : mixed { /**/ }
6
public function has(string $attribute) : bool { /**/ }
6
public function populateTimestamp(Smarty_Template_Source $source) { /**/ }
5
public function checkEntityRead(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
5
public function checkEntityStream(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
5
abstract public function populate(Smarty_Template_Cached $cached, Smarty_Internal_Template $_template) ;
4
abstract public function populateTimestamp(Smarty_Template_Cached $cached) ;
4
abstract public function process(Smarty_Internal_Template $_template, Smarty_Template_Cached $cached = null) ;
4
abstract public function writeCachedContent(Smarty_Internal_Template $_template, $content) ;
4
abstract public function clearAll(Smarty $smarty, $exp_time = null) ;
4
abstract public function clear(Smarty $smarty, $resource_name, $cache_id, $compile_id, $exp_time) ;
4
public function hasLock(Smarty $smarty, Smarty_Template_Cached $cached) { /**/ }
4
public function acquireLock(Smarty $smarty, Smarty_Template_Cached $cached) { /**/ }
4
public function releaseLock(Smarty $smarty, Smarty_Template_Cached $cached) { /**/ }
4
protected function buildUniqueResourceName(Smarty $smarty, $resource_name, $is_config = false) { /**/ }
4
protected function getRestoreFileList( ) : array { /**/ }
4
protected function afterRunAction( ) : void { /**/ }
4
public function getActionList(Request $request, Response $response) : stdClass { /**/ }
4
public function checkValid(Entity $entity, string $field) : bool { /**/ }
4
abstract protected function fetch($name, &$source, &$mtime) ;
3
abstract protected function read(array $keys) ;
3
abstract protected function write(array $keys, $expire = null) ;
3
abstract protected function delete(array $keys) ;
3
protected function purge( ) { /**/ }
3
public function populateCompiledFilepath(Smarty_Template_Compiled $compiled, Smarty_Internal_Template $_template) { /**/ }
3
public function create(stdClass $data, CreateParams $params) : Entity { /**/ }
3
public function update(string $id, stdClass $data, UpdateParams $params) : Entity { /**/ }
3
public function throwErrorAndRemovePackage(string $errorMessage = '', bool $deletePackage = true, bool $systemRebuild = true, ?Throwable $exception = null) : void { /**/ }
3
protected function checkDependencies(array $dependencyList) : bool { /**/ }
3
protected function deletePackageFiles( ) : bool { /**/ }
3
public function check(User $user, ScopeData $data) : bool { /**/ }
3
public function checkCreate(User $user, ScopeData $data) : bool { /**/ }
3
public function checkDelete(User $user, ScopeData $data) : bool { /**/ }
3
public function checkNoEmptyString(Entity $entity, string $field, ?bool $validationValue) : bool { /**/ }
3
public function run(Request $request, Response $response) : void { /**/ }
3
public function getById(string $id) : ?Entity { /**/ }
3
abstract protected function limit(string $sql, ?int $offset = null, ?int $limit = null) : string ;
3
public function __construct( ) { /**/ }
2
public function __toString( ) { /**/ }
2
abstract protected function doCompile($_content) ;
2
public function __construct( ) { /**/ }
2
abstract public function renderUncompiled(Smarty_Template_Source $source, Smarty_Internal_Template $_template) ;
2
public function compile($args, $compiler, $parameter) { /**/ }
2
protected function fetchTimestamp($name) { /**/ }
2
abstract protected function fetch($id, $name, $cache_id, $compile_id, &$content, &$mtime) ;
2
protected function fetchTimestamp($id, $name, $cache_id, $compile_id) { /**/ }
2
abstract protected function save($id, $name, $cache_id, $compile_id, $exp_time, $content) ;
2
abstract protected function delete($name, $cache_id, $compile_id, $exp_time) ;
2
public function __construct(Smarty_Resource $handler, Smarty $smarty, $resource, $type, $name, $unique_resource) { /**/ }
2
public function __set($property_name, $value) { /**/ }
2
public function __get($property_name) { /**/ }
2
public function get(string $scope, string $name) : ?string { /**/ }
2
public function __construct( ) { /**/ }
2
protected function initContainer( ) : void { /**/ }
2
protected function initPreloads( ) : void { /**/ }
2
public function __construct(AccessCheckerFactory $accessCheckerFactory, OwnershipCheckerFactory $ownershipCheckerFactory, TableFactory $tableFactory, MapFactory $mapFactory, protected GlobalRestriction $globalRestriction, protected OwnerUserFieldProvider $ownerUserFieldProvider, protected EntityManager $entityManager) { /**/ }
2
protected function getTable(User $user) : Table { /**/ }
2
protected function getMap(User $user) : Map { /**/ }
2
public function getMapData(User $user) : stdClass { /**/ }
2
public function getLevel(User $user, string $scope, string $action) : string { /**/ }
2
public function getPermissionLevel(User $user, string $permission) : string { /**/ }
2
public function checkReadNo(User $user, string $scope) : bool { /**/ }
2
public function checkReadOnlyTeam(User $user, string $scope) : bool { /**/ }
2
public function checkReadOnlyOwn(User $user, string $scope) : bool { /**/ }
2
public function checkReadAll(User $user, string $scope) : bool { /**/ }
2
public function check(User $user, $subject, ?string $action = null) : bool { /**/ }
2
public function checkEntity(User $user, Entity $entity, string $action = Table::ACTION_READ) : bool { /**/ }
2
public function checkOwnershipOwn(User $user, Entity $entity) : bool { /**/ }
2
public function checkOwnershipTeam(User $user, Entity $entity) : bool { /**/ }
2
public function checkOwnershipShared(User $user, Entity $entity, string $action) : bool { /**/ }
2
public function checkScope(User $user, string $scope, ?string $action = null) : bool { /**/ }
2
public function getScopeForbiddenAttributeList(User $user, string $scope, string $action = Table::ACTION_READ, string $thresholdLevel = Table::LEVEL_NO) : array { /**/ }
2
public function getScopeForbiddenFieldList(User $user, string $scope, string $action = Table::ACTION_READ, string $thresholdLevel = Table::LEVEL_NO) : array { /**/ }
2
public function checkUserPermission(User $user, $target, string $permissionType = Permission::USER) : bool { /**/ }
2
public function get(User $user, string $permission) : string { /**/ }
2
public function checkUser(User $user, string $permission, User $target) : bool { /**/ }
2
public function __construct(protected AclManager $aclManager, protected User $user) { /**/ }
2
public function checkEntityCreate(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
2
public function checkEntityEdit(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
2
public function checkEntityDelete(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
2
public function __construct(string $entityType = '') { /**/ }
2
public function read(string $id, ReadParams $params) : Entity { /**/ }
2
public function getEntity(string $id) : ?Entity { /**/ }
2
protected function filterInput(stdClass $data) : void { /**/ }
2
public function delete(string $id, DeleteParams $params) : void { /**/ }
2
public function restoreDeleted(string $id) : void { /**/ }
2
public function findLinked(string $id, string $link, SearchParams $searchParams) : RecordCollection { /**/ }
2
public function link(string $id, string $link, string $foreignId) : void { /**/ }
2
protected function beforeCreateEntity(Entity $entity, $data) { /**/ }
2
protected function beforeDeleteEntity(Entity $entity) { /**/ }
2
public function get(string $name, $default = null) { /**/ }
2
public function has(string $name) : bool { /**/ }
2
public function getAllNonInternalData( ) : stdClass { /**/ }
2
public function __construct(private Config $config, private Metadata $metadata, private MetadataProvider $metadataProvider) { /**/ }
2
public function getName( ) : string { /**/ }
2
public function getFullList( ) : array { /**/ }
2
public static function createWithBody(string $reason, string|Body $body) : self { /**/ }
2
public function getLogLevel( ) : string { /**/ }
2
public function getLogLevel( ) : string { /**/ }
2
protected function getPingUrl( ) { /**/ }
2
public function getLoaderClassName(string $name) : ?string { /**/ }
2
public function getServiceClassName(string $name) : ?string { /**/ }
2
public function getServiceDependencyList(string $name) : ?array { /**/ }
2
public function isSettable(string $name) : bool { /**/ }
2
protected function getAttributeValue($attribute) { /**/ }
2
public function __construct(protected string $name, protected Processor $processor, private ?Entity $entity = null, private ?stdClass $variables = null, protected ?Log $log = null) { /**/ }
2
protected function check($attribute) { /**/ }
2
public function __construct(private RouteProcessor $routeProcessor, private RouteUtil $routeUtil, private RouteParamsFetcher $routeParamsFetcher, private MiddlewareProvider $middlewareProvider, private Log $log, private SystemConfig $systemConfig, ?string $routeCacheFile = null) { /**/ }
2
protected function getPackagePath(bool $isPackage = false) : string { /**/ }
2
protected function getDeleteList(string $type = 'delete') : array { /**/ }
2
protected function getCopyFileList( ) : array { /**/ }
2
protected function copyFiles(?string $type = null, string $dest = '') : bool { /**/ }
2
protected function finalize( ) : void { /**/ }
2
protected function beforeRunAction( ) : void { /**/ }
2
protected function backupExistingFiles( ) : bool { /**/ }
2
public function __construct(Config $config, string $filename, Level $level = Level::Debug, bool $bubble = true) { /**/ }
2
public function getActionRead(Request $request, Response $response) : stdClass { /**/ }
2
public function deleteActionDelete(Request $request, Response $response) : bool { /**/ }
2
protected function fetchSearchParamsFromRequest(Request $request) : SearchParams { /**/ }
2
public function __construct(Container $container, User $user, Acl $acl, AclManager $aclManager, Config $config, Preferences $preferences, Metadata $metadata, ServiceFactory $serviceFactory) { /**/ }
2
protected function getLanguage( ) : string { /**/ }
2
public function checkEdit(User $user, ScopeData $data) : bool { /**/ }
2
protected function applyDefault(stdClass &$table, stdClass &$fieldTable) : void { /**/ }
2
protected function applyDisabled(stdClass $table, stdClass $fieldTable) : void { /**/ }
2
protected function getScopeWithAclList( ) : array { /**/ }
2
public function checkRequired(Entity $entity, string $field) : bool { /**/ }
2
protected function isNotEmpty(Entity $entity, string $field) : bool { /**/ }
2
public function checkMaxItemLength(Entity $entity, string $field, ?int $validationValue) : bool { /**/ }
2
public function checkPattern(Entity $entity, string $field, ?string $validationValue) : bool { /**/ }
2
public function __construct(private Defs $defs) { /**/ }
2
protected function isNotEmpty(Entity $entity, string $field) : bool { /**/ }
2
public function checkValid(Entity $entity, string $field) : bool { /**/ }
2
public function run( ) : void { /**/ }
2
public function __construct(string $entityType, array $defs, ?EntityManager $entityManager = null, ?ValueAccessorFactory $valueAccessorFactory = null, ?Relations $relations = null, ?Loader $loader = null, ) { /**/ }
2
public function clear(string $attribute) : void { /**/ }
2
public function set($attribute, $value = null) : static { /**/ }
2
public function getValueMap( ) : stdClass { /**/ }
2
public function isAttributeChanged(string $name) : bool { /**/ }
2
protected function populateFromArray(array $data, bool $onlyAccessible = true, bool $reset = false) : void { /**/ }
2
public function afterRelate(Entity $entity, string $relationName, Entity $foreignEntity, ?array $columnData, array $options) : void { /**/ }
2
public function afterUnrelate(Entity $entity, string $relationName, Entity $foreignEntity, array $options) : void { /**/ }
2
public function afterMassRelate(Entity $entity, string $relationName, Select $query, array $options) : void { /**/ }
2
public function __construct(protected string $entityType, protected EntityManager $entityManager, protected EntityFactory $entityFactory, ?HookMediator $hookMediator = null, private ?RelationsMap $relationsMap = null) { /**/ }
2
public function getNew( ) : Entity { /**/ }
2
public function save(Entity $entity, array $options = [ ]) : void { /**/ }
2
protected function beforeRemove(Entity $entity, array $options = [ ]) { /**/ }
2
protected function afterRelate(Entity $entity, $relationName, $foreign, $data = null, array $options = [ ]) { /**/ }
2
protected function afterUnrelate(Entity $entity, $relationName, $foreign, array $options = [ ]) { /**/ }
2
protected function afterMassRelate(Entity $entity, $relationName, array $params = [ ], array $options = [ ]) { /**/ }
2
public function getRaw( ) : array { /**/ }
2
protected function quoteColumn(string $column) : string { /**/ }
2
public function composeRollbackToSavepoint(string $savepointName) : string { /**/ }
2
public function composeUpdate(Update $query) : string { /**/ }
2
public function composeDelete(Delete $query) : string { /**/ }
2
public function composeInsert(Insert $query) : string { /**/ }
2
protected function getFunctionPart(string $function, string $part, array $params, string $entityType, bool $distinct, array $argumentPartList = [ ]) : string { /**/ }
2
protected function getSelectTailPart(array $params) : ?string { /**/ }
2
protected function quote($value) : string { /**/ }
2
protected function composeDeleteQuery(string $table, ?string $alias, string $where, ?string $joins, ?string $order, ?int $limit) : string { /**/ }
2
protected function getSetPart(Entity $entity, array $values, array $params) : string { /**/ }
2
public function isEnabled( ) : bool { /**/ }
2