Method Fossilization

Method
Level
public abstract function process(ArgumentList $args) ;
107
public function apply(QueryBuilder $queryBuilder) : void ;
63
public function process(Request $request) : Response ;
60
public function apply(QueryBuilder $queryBuilder) : void ;
40
public function process(Entity $entity) : void ;
33
public function process(Entity $entity, Params $params) : void ;
25
public function load( ) ;
21
public function run(Params $params, IO $io) : void ;
21
public function checkOwn(User $user, Entity $entity) : bool ;
20
public function run(Request $request, Response $response) : void ;
18
public function run( ) : void ;
18
protected function checkAccess( ) : bool { /**/ }
18
protected function beforeSave(Entity $entity, array $options = [ ]) { /**/ }
18
public function prepare(Entity $entity, string $name) : string|bool|int|float|Date|DateTime|Currency|null ;
17
public function run(Data $data) : void ;
17
public function convert(QueryBuilder $queryBuilder, Item $item) : WhereClauseItem ;
17
public function checkEntityRead(User $user, Entity $entity, ScopeData $data) : bool ;
17
public abstract function process(stdClass $item) ;
16
public function apply(QueryBuilder $queryBuilder, OrGroupBuilder $orGroupBuilder) : void ;
13
public function convert(RelationDefs $linkDefs, string $entityType) : EntityDefs ;
12
public function convert(FieldDefs $fieldDefs, string $entityType) : EntityDefs ;
12
public function run( ) : void ;
12
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 process(Params $params, Data $data) : Result ;
11
public function validate(Entity $entity, string $field, Data $data) : ?Failure ;
11
public function process(EvaluatedArgumentList $arguments) : mixed ;
11
public function afterSave(Entity $entity, SaveOptions $options) : void ;
11
public function checkEntityDelete(User $user, Entity $entity, ScopeData $data) : bool ;
11
public function extract(object $value, string $field) : stdClass ;
11
public function extractFromNull(string $field) : stdClass ;
11
public function isCreatableFromEntity(Entity $entity, string $field) : bool ;
11
public function createFromEntity(Entity $entity, string $field) : ?object ;
11
public function getLogLevel( ) : string ;
10
public function beforeSave(Entity $entity, SaveOptions $options) : void ;
10
public function checkEntityEdit(User $user, Entity $entity, ScopeData $data) : bool ;
10
public function checkEntityRead(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
10
abstract public function getContent(Smarty_Template_Source $source) ;
9
public function process( ) : void ;
9
abstract public function run($data) ;
9
public function process(Entity $entity, Params $params) : void ;
9
public function checkEntityCreate(User $user, Entity $entity, ScopeData $data) : bool ;
9
public function getDependencyList( ) ;
9
public function inject($name, $object) ;
9
public function getRaw( ) : array ;
9
abstract public function to_smarty_php( ) ;
8
public function filter(Data $data) : void ;
8
abstract protected function compare($left, $right) ;
8
public function putActionUpdate(Request $request, Response $response) : stdClass { /**/ }
8
public function check(User $user, Entity $entity, Entity $foreignEntity) : bool ;
8
public function check(User $user, ScopeData $data) : bool ;
8
protected function getBasename(Smarty_Template_Source $source) { /**/ }
7
public function process( ) : void ;
7
public function postActionCreate(Request $request, Response $response) : stdClass { /**/ }
7
public function checkTeam(User $user, Entity $entity) : bool ;
7
public function checkEntityStream(User $user, Entity $entity, ScopeData $data) : bool ;
7
public function checkEntityEdit(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
7
public function checkEntityDelete(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
7
public function getById(string $id) : ?Entity ;
7
public function build( ) : Query ;
7
private function validateRawParams(array $params) : void { /**/ }
7
public function getRawKey( ) : string ;
7
public function getRawValue( ) : mixed ;
7
public function sanitize(Data $data, string $field) : void ;
6
public function create(stdClass $data, CreateParams $params) : Entity ;
6
public function update(string $id, stdClass $data, UpdateParams $params) : Entity ;
6
public function duplicate(Entity $entity, string $field) : stdClass ;
6
public function getBody( ) : ?string ;
6
public function create( ) : object ;
6
public function render(Data $data) : Result ;
6
public function convert(Item $item) : OrderList ;
6
public function resolve( ) : ?string ;
6
public function login(Data $data, Request $request) : Result ;
6
public function checkEntityCreate(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
6
public function populateTimestamp(Smarty_Template_Source $source) { /**/ }
5
public function process(Params $params, Collection $collection) : StreamInterface ;
5
public function checkEntityRead(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
5
public function format(Address $address) : string ;
5
public function postActionCreateLink(Request $request) : bool { /**/ }
5
public function deleteActionRemoveLink(Request $request) : bool { /**/ }
5
public function afterRemove(Entity $entity, RemoveOptions $options) : void ;
5
public function checkDelete(User $user, ScopeData $data) : bool ;
5
public function checkEntityStream(User $user, Entity $entity, ScopeData $data) : bool { /**/ }
5
public function __construct(protected string $entityType, protected EntityManager $entityManager, protected EntityFactory $entityFactory, ?HookMediator $hookMediator = null) { /**/ }
5
public function getNew( ) : Entity ;
5
public function save(Entity $entity, array $options = [ ]) : void ;
5
public function composeUpdate(UpdateQuery $query) : string ;
5
public function composeDelete(DeleteQuery $query) : string ;
5
public function composeInsert(InsertQuery $query) : string ;
5
public function composeRollbackToSavepoint(string $savepointName) : string ;
5
public function getRaw( ) : stdClass ;
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
public function getStream( ) : StreamInterface ;
4
public function getString( ) : string ;
4
public function getLength( ) : int ;
4
public function process(Params $params) : void ;
4
public function get(Data $data) : string ;
4
public function getTimezone( ) : DateTimeZone ;
4
public function getWorkingWeekdays( ) : array ;
4
public function getNonWorkingDates(Date $from, Date $to) : array ;
4
public function getWorkingDates(Date $from, Date $to) : array ;
4
public function checkAccount(User $user, Entity $entity) : bool ;
4
public function __construct(string $entityType = '') { /**/ }
4
public function read(string $id, ReadParams $params) : Entity ;
4
public function delete(string $id, DeleteParams $params) : void ;
4
public function process(Entity $entity, Params $params) : void ;
4
public function updateFetchData(FetchData $fetchData) : void ;
4
public function relateEmail(Email $email) : void ;
4
public function getPortionLimit( ) : int ;
4
public function isAvailableForFetching( ) : bool ;
4
public function getEmailAddress( ) : ?string ;
4
public function getAssignedUser( ) : ?Link ;
4
public function getUser( ) : ?Link ;
4
public function getUsers( ) : LinkMultiple ;
4
public function getTeams( ) : LinkMultiple ;
4
public function keepFetchedEmailsUnread( ) : bool ;
4
public function getFetchData( ) : FetchData ;
4
public function getFetchSince( ) : ?Date ;
4
public function getEmailFolder( ) : ?Link ;
4
public function getGroupEmailFolder( ) : ?Link ;
4
public function getMonitoredFolderList( ) : array ;
4
public function getId( ) : ?string ;
4
public function getEntityType( ) : string ;
4
public function getImapParams( ) : ?ImapParams ;
4
public function getImapHandlerClassName( ) : ?string ;
4
public function getSentFolder( ) : ?string ;
4
public function isAvailableForSending( ) : bool ;
4
public function getSmtpParams( ) : ?SmtpParams ;
4
public function storeSentEmails( ) : bool ;
4
public function toDateTime( ) : DateTimeImmutable ;
4
public function getLoaderClassName(string $name) : ?string ;
4
public function getServiceClassName(string $name) : ?string ;
4
public function getServiceDependencyList(string $name) : ?array ;
4
public function isSettable(string $name) : bool ;
4
public function prepare(Data $data, DateTimeImmutable $executeTime) : void ;
4
protected function getRestoreFileList( ) { /**/ }
4
protected function afterRunAction( ) { /**/ }
4
public function run(Params $params) : void ;
4
public function getActionList(Request $request, Response $response) : stdClass { /**/ }
4
public function login(Result $result, Request $request) : Result ;
4
public function getData(User $user) : stdClass ;
4
public function verifyData(User $user, stdClass $payloadData) : bool ;
4
public function checkRead(User $user, ScopeData $data) : bool ;
4
public function checkCreate(User $user, ScopeData $data) : bool ;
4
public function checkEdit(User $user, ScopeData $data) : bool ;
4
public function check(User $user, Entity $entity) : bool ;
4
public function checkValid(Entity $entity, string $field) : bool { /**/ }
4
public function set($attribute, $value = null) : void ;
4
public function get(string $attribute) ;
4
public function clear(string $attribute) : void ;
4
public function isAttributeChanged(string $name) : bool ;
4
public function getValueMap( ) : stdClass ;
4
public function afterRelate(Entity $entity, string $relationName, Entity $foreignEntity, ?array $columnData, array $options) : void ;
4
public function afterUnrelate(Entity $entity, string $relationName, Entity $foreignEntity, array $options) : void ;
4
public function afterMassRelate(Entity $entity, string $relationName, Select $query, array $options) : void ;
4
public function composeLockTable(LockTableQuery $query) : string ;
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 get( ) : mixed ;
3
public function process(Params $params) : void ;
3
public function process(Params $params) : void ;
3
public function load(Entity $entity, array $fieldList) : void ;
3
public function getRanges( ) : array ;
3
public function checkContact(User $user, Entity $entity) : bool ;
3
public function populate(Entity $entity) : void ;
3
public function process(Entity $entity, string $link, Entity $foreignEntity) : void ;
3
public function create(Account $account) : Storage ;
3
public function createWithParams(Params $params) : Storage ;
3
public function process(Account $account, Email $email, BeforeFetchResult $beforeFetchResult) : void ;
3
public function getStream(Attachment $attachment) : StreamInterface ;
3
public function putStream(Attachment $attachment, StreamInterface $stream) : void ;
3
public function exists(Attachment $attachment) : bool ;
3
public function unlink(Attachment $attachment) : void ;
3
public function getSize(Attachment $attachment) : int ;
3
public function getType( ) : string ;
3
public function getVersion( ) : string ;
3
public function getServerVersion( ) : string ;
3
public function getParam(string $name) : ?string ;
3
public function getPlatform( ) : string ;
3
public function create(DatabaseParams $databaseParams) : Connection ;
3
public function prepare(AttributeDefs $defs) : Column ;
3
public function composeKey(IndexDefs $defs, string $entityType) : string ;
3
public function process(Binder $binder) : void ;
3
public function build(Entity $entity) : ?WhereItem ;
3
public function process(Params $params, Data $data) : void ;
3
public function hasQueryParam(string $name) : bool ;
3
public function getQueryParam(string $name) : ?string ;
3
public function getQueryParams( ) : array ;
3
public function hasRouteParam(string $name) : bool ;
3
public function getRouteParam(string $name) : ?string ;
3
public function getRouteParams( ) : array ;
3
public function getHeader(string $name) : ?string ;
3
public function hasHeader(string $name) : bool ;
3
public function getHeaderAsArray(string $name) : array ;
3
public function getMethod( ) : string ;
3
public function getUri( ) : UriInterface ;
3
public function getResourcePath( ) : string ;
3
public function getBodyContents( ) : ?string ;
3
public function getParsedBody( ) : stdClass ;
3
public function getCookieParam(string $name) : ?string ;
3
public function getServerParam(string $name) ;
3
public function throwErrorAndRemovePackage($errorMessage = '', $deletePackage = true, $systemRebuild = true) { /**/ }
3
protected function checkDependencies($dependencyList) { /**/ }
3
protected function deletePackageFiles( ) { /**/ }
3
public function apply(SelectBuilder $queryBuilder, Data $data) : void ;
3
public function transform(Item $item) : Item ;
3
public function verify(Token $token) : bool ;
3
public function checkStream(User $user, ScopeData $data) : bool ;
3
public function check(User $user, ScopeData $data) : bool { /**/ }
3
public function get( ) : string ;
3
public function get( ) : string ;
3
public function get( ) : array ;
3
public function checkNoEmptyString(Entity $entity, string $field, ?bool $validationValue) : bool { /**/ }
3
public function getValueMapList( ) : array ;
3
public function remove(Entity $entity, array $options = [ ]) : void ;
3
public function create(DatabaseParams $databaseParams) : PDO ;
3
public function isLocked( ) : bool ;
3
public function lockExclusive(string $entityType) : void ;
3
public function lockShare(string $entityType) : void ;
3
public function commit( ) : void ;
3
public function rollback( ) : void ;
3
public function composeSelect(SelectQuery $query) : string ;
3
public function composeUnion(UnionQuery $query) : string ;
3
public function composeCreateSavepoint(string $savepointName) : string ;
3
public function composeReleaseSavepoint(string $savepointName) : string ;
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 print(Template $template, Entity $entity, Params $params, Data $data) : Contents ;
2
public function getFontFace( ) : ?string ;
2
public function getBottomMargin( ) : float ;
2
public function getTopMargin( ) : float ;
2
public function getLeftMargin( ) : float ;
2
public function getRightMargin( ) : float ;
2
public function hasFooter( ) : bool ;
2
public function getFooter( ) : string ;
2
public function getFooterPosition( ) : float ;
2
public function hasHeader( ) : bool ;
2
public function getHeader( ) : string ;
2
public function getHeaderPosition( ) : float ;
2
public function getBody( ) : string ;
2
public function getPageOrientation( ) : string ;
2
public function getPageFormat( ) : string ;
2
public function getPageWidth( ) : float ;
2
public function getPageHeight( ) : float ;
2
public function hasTitle( ) : bool ;
2
public function getTitle( ) : string ;
2
public function getStyle( ) : ?string ;
2
public function load(Entity $entity, Params $params) : stdClass ;
2
public function process(Params $params) : void ;
2
public function isCredentialsAllowed(Request $request) : bool ;
2
public function getAllowedOrigin(Request $request) : ?string ;
2
public function getAllowedMethods(Request $request) : array ;
2
public function getAllowedHeaders(Request $request) : array ;
2
public function getSuccessStatus( ) : ?int ;
2
public function getMaxAge( ) : ?int ;
2
public function handle(Params $params, Processor\Params $processorParams) : Processor\Params ;
2
public function convert(Entity $entity, string $targetCurrency, Rates $rates) : void ;
2
public function get(User $user) : array ;
2
public function __construct( ) { /**/ }
2
protected function initContainer( ) : void { /**/ }
2
public function getContainer( ) : Container { /**/ }
2
protected function initPreloads( ) : void { /**/ }
2
protected function init( ) { /**/ }
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 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 = 'user') : bool { /**/ }
2
public function checkIsOwner(User $user, Entity $entity) : bool { /**/ }
2
public function checkInTeam(User $user, Entity $entity) : 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 subscribe(Pusher $pusher, LoopInterface $loop) : void ;
2
public function send(string $message) : void ;
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 getEntity(string $id) : ?Entity { /**/ }
2
protected function filterInput(stdClass $data) : 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
public function log(string $action, Entity $entity) : void ;
2
public function filter(Entity $entity) : void ;
2
public function process(Entity $entity, DeleteParams $params) : void ;
2
public function process(Entity $entity, string $link, Entity $foreignEntity) : void ;
2
public function process(Entity $entity, UpdateParams $params) : void ;
2
public function process(Entity $entity, CreateParams $params) : void ;
2
public function process(Entity $entity, ReadParams $params) : void ;
2
public function getBody( ) : string ;
2
public function getFromNumber( ) : ?string ;
2
public function getFromName( ) : ?string ;
2
public function getToNumberList( ) : array ;
2
public function prepareEmail(Email $email, Entity $entity, User $user) : void ;
2
public function getSenderParams(Entity $entity, User $user) : ?SenderParams ;
2
public function import(Message $message, Data $data) : ?Email ;
2
public function hasHeader(Message $message, string $name) : bool ;
2
public function getHeader(Message $message, string $name) : ?string ;
2
public function getMessageId(Message $message) : ?string ;
2
public function getAddressNameMap(Message $message) : stdClass ;
2
public function getAddressData(Message $message, string $type) : ?object ;
2
public function getAddressList(Message $message, string $type) : array ;
2
public function getInlineAttachmentList(Message $message, Email $email) : array ;
2
public function getPartList(Message $message) : array ;
2
public function hasHeader(string $name) : bool ;
2
public function getHeader(string $attribute) : ?string ;
2
public function getRawHeader( ) : string ;
2
public function getRawContent( ) : string ;
2
public function getFullRawContent( ) : string ;
2
public function getFlags( ) : array ;
2
public function isFetched( ) : bool ;
2
public function getPartList( ) : array ;
2
public function find(Email $email, Message $message) : ?Entity ;
2
public function find(Email $email, Message $message) : ?Email ;
2
public function getContentType( ) : ?string ;
2
public function hasContent( ) : bool ;
2
public function getContent( ) : ?string ;
2
public function getContentId( ) : ?string ;
2
public function getCharset( ) : ?string ;
2
public function getContentDisposition( ) : ?string ;
2
public function getFilename( ) : ?string ;
2
public function setFlags(int $id, array $flags) : void ;
2
public function getSize(int $id) : int ;
2
public function getRawContent(int $id) : string ;
2
public function getUniqueId(int $id) : string ;
2
public function getIdsFromUniqueId(string $uniqueId) : array ;
2
public function getIdsSinceDate(DateTime $since) : array ;
2
public function getHeaderAndFlags(int $id) : array ;
2
public function close( ) : void ;
2
public function getFolderNames( ) : array ;
2
public function selectFolder(string $name) : void ;
2
public function appendMessage(string $content, ?string $folder = null) : void ;
2
public function process(Account $account, Message $message) : BeforeFetchResult ;
2
public function getLocalFilePath(Attachment $attachment) : string ;
2
public function getSourceId( ) : string ;
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) { /**/ }
2
public function getName( ) : string { /**/ }
2
public function getFullList( ) : array { /**/ }
2
public function process(DbalSchema $oldSchema, DbalSchema $newSchema) : void ;
2
public function modify(OrmEntityDefs $entityDefs) : EntityDefs ;
2
public function generate( ) : string ;
2
protected function getMetadata( ) { /**/ }
2
public function getLogMessage( ) : string ;
2
public static function createWithBody(string $reason, string|Body $body) : self { /**/ }
2
public function load( ) : BindingData ;
2
abstract protected function getPingUrl( ) ;
2
public function getParam($name) ;
2
public function setParam($name, $value) ;
2
public function setParams(array $params) ;
2
public function ping( ) ;
2
public function get(string $id) : object ;
2
public function has(string $id) : bool ;
2
public function set(string $id, object $object) : void ;
2
public function getClass(string $id) : ReflectionClass ;
2
public function getByClass(string $className) : object ;
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 Config $config, ?string $routeCacheFile = null) { /**/ }
2
public function getStatusCode( ) : int ;
2
public function getReasonPhrase( ) : string ;
2
public function setStatus(int $code, ?string $reason = null) : self ;
2
public function setHeader(string $name, string $value) : self ;
2
public function addHeader(string $name, string $value) : self ;
2
public function getHeader(string $name) : ?string ;
2
public function hasHeader(string $name) : bool ;
2
public function getHeaderNames( ) : array ;
2
public function getHeaderAsArray(string $name) : array ;
2
public function writeBody(string $string) : self ;
2
public function setBody(StreamInterface $body) : self ;
2
public function getBody( ) : StreamInterface ;
2
protected function getPackagePath($isPackage = false) { /**/ }
2
protected function getDeleteList($type = 'delete') { /**/ }
2
protected function getCopyFileList( ) { /**/ }
2
protected function copyFiles($type = null, $dest = '') { /**/ }
2
protected function finalize( ) { /**/ }
2
protected function beforeRunAction( ) { /**/ }
2
protected function backupExistingFiles( ) { /**/ }
2
public function load(array $params) : HandlerInterface ;
2
public function __construct(Config $config, string $filename, Level $level = Level::Debug, bool $bubble = true) { /**/ }
2
public function apply(SelectBuilder $queryBuilder, SearchParams $searchParams) : void ;
2
public function compose(string $filter, Params $params) : ?Data ;
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 logout(AuthToken $authToken, Params $params) : Result ;
2
public function create(string $algorithm) : SignatureVerifier ;
2
public function getKid( ) : string ;
2
public function getKty( ) : string ;
2
public function getAlg( ) : ?string ;
2
public function create(stdClass $raw) : Key ;
2
public function get(string $token) : ?AuthToken ;
2
public function create(Data $data) : AuthToken ;
2
public function inactivate(AuthToken $authToken) : void ;
2
public function renew(AuthToken $authToken) : void ;
2
public function getToken( ) : string ;
2
public function getUserId( ) : string ;
2
public function getPortalId( ) : ?string ;
2
public function getSecret( ) : ?string ;
2
public function isActive( ) : bool ;
2
public function getHash( ) : ?string ;
2
public function get(Payload $payload) : ?User ;
2
public function process(AuthenticationData $data, Request $request) : void ;
2
public function afterUnrelate(Entity $entity, string $relationName, Entity $relatedEntity, UnrelateOptions $options) : void ;
2
public function afterRelate(Entity $entity, string $relationName, Entity $relatedEntity, array $columnData, RelateOptions $options) : void ;
2
public function beforeRemove(Entity $entity, RemoveOptions $options) : void ;
2
protected function isPermittedAssignedUser(User $user, Entity $entity) : bool { /**/ }
2
protected function isPermittedAssignedUsers(User $user, Entity $entity) : bool { /**/ }
2
public function getScopeData(string $scope) : ScopeData ;
2
public function getFieldData(string $scope, string $field) : FieldData ;
2
public function getPermissionLevel(string $permission) : string ;
2
public function checkCreate(User $user, ScopeData $data) : bool { /**/ }
2
public function checkEdit(User $user, ScopeData $data) : bool { /**/ }
2
public function checkDelete(User $user, ScopeData $data) : bool { /**/ }
2
public function getScopeTableData( ) : stdClass ;
2
public function getFieldTableData( ) : stdClass ;
2
public function getPermissionLevel(string $permission) : ?string ;
2
protected function applyDefault(stdClass &$table, stdClass &$fieldTable) : void { /**/ }
2
protected function applyDisabled(stdClass &$table, stdClass &$fieldTable) : void { /**/ }
2
protected function applyAdditional(stdClass &$table, stdClass &$fieldTable, stdClass &$valuePermissionLists) : void { /**/ }
2
protected function getScopeWithAclList( ) : array { /**/ }
2
public function create(User $user) : Table ;
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
protected function isNotEmpty(Entity $entity, string $field) : bool { /**/ }
2
public function checkValid(Entity $entity, string $field) : bool { /**/ }
2
public function __construct(string $entityType, array $defs, ?EntityManager $entityManager = null, ?ValueAccessorFactory $valueAccessorFactory = null) { /**/ }
2
public function toArray( ) { /**/ }
2
public function populateFromArray(array $data, bool $onlyAccessible = true, bool $reset = false) : void { /**/ }
2
public function create(string $entityType) : Entity ;
2
public function setEntityManager(EntityManager $entityManager) : void ;
2
public function setValueAccessorFactory(ValueAccessorFactory $valueAccessorFactory) : void ;
2
public function getId( ) : string ;
2
public function hasId( ) : bool ;
2
public function reset( ) : void ;
2
public function setMultiple(array|stdClass $valueMap) : void ;
2
public function has(string $attribute) : bool ;
2
public function getEntityType( ) : string ;
2
public function getAttributeList( ) : array ;
2
public function getRelationList( ) : array ;
2
public function hasAttribute(string $attribute) : bool ;
2
public function hasRelation(string $relation) : bool ;
2
public function getAttributeType(string $attribute) : ?string ;
2
public function getRelationType(string $relation) : ?string ;
2
public function isNew( ) : bool ;
2
public function setAsFetched( ) : void ;
2
public function isFetched( ) : bool ;
2
public function getFetched(string $attribute) ;
2
public function hasFetched(string $attribute) : bool ;
2
public function setFetched(string $attribute, $value) : void ;
2
public function setAsNotNew( ) : void ;
2
public function updateFetchedValues( ) : void ;
2
public function get( ) : array ;
2
public function create(string $entityType) : Repository ;
2
public function beforeSave(Entity $entity, array $options) : void ;
2
public function afterSave(Entity $entity, array $options) : void ;
2
public function beforeRemove(Entity $entity, array $options) : void ;
2
public function afterRemove(Entity $entity, array $options) : void ;
2
public function beforeRelate(Entity $entity, string $relationName, Entity $foreignEntity, ?array $columnData, array $options) : void ;
2
public function beforeUnrelate(Entity $entity, string $relationName, Entity $foreignEntity, array $options) : void ;
2
public function beforeMassRelate(Entity $entity, string $relationName, Select $query, 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 isCreatable(string $entityType, string $field) : bool ;
2
public function create(string $entityType, string $field) : ValueFactory ;
2
public function create(string $entityType, string $field) : AttributeExtractor ;
2
public function relate(Entity $entity, string $relationName, Entity $foreignEntity, ?array $columnData) : bool ;
2
public function unrelate(Entity $entity, string $relationName, Entity $foreignEntity) : void ;
2
public function relateById(Entity $entity, string $relationName, string $id, ?array $columnData = null) : bool ;
2
public function unrelateById(Entity $entity, string $relationName, string $id) : void ;
2
public function massRelate(Entity $entity, string $relationName, Select $select) : void ;
2
public function updateRelationColumns(Entity $entity, string $relationName, string $id, array $columnData) : void ;
2
public function getRelationColumn(Entity $entity, string $relationName, string $id, string $column) : string|int|float|bool|null ;
2
public function selectRelated(Entity $entity, string $relationName, ?Select $select = null) : Collection|Entity|null ;
2
public function countRelated(Entity $entity, string $relationName, ?Select $select = null) : int ;
2
public function selectOne(Select $select) : ?Entity ;
2
public function select(Select $select) : Collection ;
2
public function count(Select $select) : int ;
2
public function insert(Entity $entity) : void ;
2
public function massInsert(Collection $collection) : void ;
2
public function update(Entity $entity) : void ;
2
public function delete(Entity $entity) : void ;
2
public function insertOnDuplicateUpdate(Entity $entity, array $onDuplicateUpdateAttributeList) : void ;
2
public function get( ) : PDO ;
2
public function execute(string $sql, bool $rerunIfDeadlock = false) : PDOStatement ;
2
public function execute(Query $query) : PDOStatement ;
2
public function create(string $platform) : QueryComposer ;
2
protected function quoteColumn(string $column) : string { /**/ }
2
protected function getFunctionPart(string $function, string $part, array $params, string $entityType, bool $distinct, array $argumentPartList = [ ]) : string { /**/ }
2
public function quote($value) : string { /**/ }
2
protected function getSetPart(Entity $entity, array $values, array $params) : string { /**/ }
2
public function create(string $name) : FunctionConverter ;
2
public function isCreatable(string $name) : bool ;
2
public function convert(string ...$argumentList) : string ;
2
public function prepare(Headers $headers, Data $data) : void ;
2