Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
PharInvocation::$alias property misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::$baseName property misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::$confirmed property misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::$variables property misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php Arbitrary variables to be used by interceptors as registry
(e.g. in order to avoid duplicate processing and assertions)
PharInvocation::confirm function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::equals function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::getAlias function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::getBaseName function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::getVariable function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::isConfirmed function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::setVariable function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::__construct function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::__toString function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocationCollection class misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationCollection.php file misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationCollection::$invocations property misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationCollection::assertUniqueBaseName function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php Asserts that base-name is unique. This disallows having multiple invocations for
same base-name but having different alias names.
PharInvocationCollection::assertUniqueInvocation function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php Asserts that combination of base-name and alias is unique. This allows having multiple
invocations for same base-name but having different alias names (for whatever reason).
PharInvocationCollection::collect function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationCollection::DUPLICATE_ALIAS_WARNING constant misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationCollection::findByCallback function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationCollection::getInvocations function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationCollection::has function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationCollection::triggerDuplicateAliasWarning function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php Triggers warning for invocations with same alias and same confirmation state.
PharInvocationCollection::UNIQUE_BASE_NAME constant misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationCollection::UNIQUE_INVOCATION constant misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationResolver class misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver.php file misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::$baseNames property misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php Contains resolved base names in order to reduce file IO.
PharInvocationResolver::$invocationFunctionNames property misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::addBaseName function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::ASSERT_INTERNAL_INVOCATION constant misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::findByAlias function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php Finds confirmed(!) invocations by alias.
PharInvocationResolver::findByBaseName function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::findInBaseNames function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::resolve function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php Resolves PharInvocation value object (baseName and optional alias).
PharInvocationResolver::resolveBaseName function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::resolvePossibleAlias function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::RESOLVE_ALIAS constant misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::RESOLVE_REALPATH constant misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::retrieveInvocation function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php Retrieves PharInvocation, either existing in collection or created on demand
with resolving a potential alias name used in the according Phar archive.
PharMetaDataInterceptor class misc/typo3/phar-stream-wrapper/src/Interceptor/PharMetaDataInterceptor.php @internal Experimental implementation of checking against serialized objects in Phar meta-data
@internal This functionality has not been 100% pentested...
PharMetaDataInterceptor.php file misc/typo3/phar-stream-wrapper/src/Interceptor/PharMetaDataInterceptor.php
PharMetaDataInterceptor::assert function misc/typo3/phar-stream-wrapper/src/Interceptor/PharMetaDataInterceptor.php Determines whether the according Phar archive contains
(potential insecure) serialized objects.
PharMetaDataInterceptor::baseFileDoesNotHaveMetaDataIssues function misc/typo3/phar-stream-wrapper/src/Interceptor/PharMetaDataInterceptor.php
PharStreamWrapper class misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php
PharStreamWrapper.php file misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php
PharStreamWrapper::$context property misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php
PharStreamWrapper::$internalResource property misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php
PharStreamWrapper::$invocation property misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.