Home
last modified time | relevance | path

Searched refs:interface (Results 451 – 475 of 701) sorted by last modified time

1...<<11121314151617181920>>...29

/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst62 ``Doctrine\Common\Annotations\Reader`` interface, that can
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md444 most important interface is `Hoa\Iterator\Recursive\Recursive` (it extends
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md43 * Interfaces: One interface per capability a stream can offer.
126 Finally, the highest interface is `Stream`, defining the `getStream`
128 must extend this interface.
379 interface. It is a combination of two other interfaces in the same
382 The `Stream` interface requires to implement several methods related to a stream, such as:
400 The `File` interface requires to implement other methods related to stream acting as a file, such a…
512 `Hoa\Stream\Wrapper\IWrapper\Stream` interface).
H A DCHANGELOG.md78 * Add a `Stream` interface. (Metalaka, 2015-10-31T15:36:45+01:00)
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php187 foreach ($class->getInterfaces() as $interface) {
188 if (isset($addedInterfaces[$interface->getName()])) {
191 $addedInterfaces[$interface->getName()] = true;
193 $newHierarchy[] = $interface;
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcher.php50 …entName, $callable, ?string $class = null, ?string $format = null, ?string $interface = null): void argument
52 $this->listeners[$eventName][] = [$callable, $class, $format, $interface];
66 $interface = $eventData['interface'] ?? null;
67 … $this->listeners[$eventData['event']][] = [[$subscriber, $method], $class, $format, $interface];
H A DEventDispatcherInterface.php27 …ntName, $callable, ?string $class = null, ?string $format = null, ?string $interface = null): void; argument
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md121 The `Throwable` interface has been introduced to represent a whole new exception
123 might want to use this interface in some cases. Hopefully, the `Throwable`
124 interface will be created for you if it does not exists.
/plugin/findologicxmlexport/vendor/hoa/math/
H A DCHANGELOG.md11 * Test: Add the `Decorrelated` interface. (Ivan Enderlin, 2016-10-25T08:04:19+02:00)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md164 - Can't hint interface using @Type to trigger custom handler [\#631](https://github.com/schmittjoh/…
222 - Introduce graph navigator interface [\#876](https://github.com/schmittjoh/serializer/pull/876) ([…
698 - \[RFC\] Introduce normalizer\denormalizer interface [\#646](https://github.com/schmittjoh/seriali…
986 - Use the AnnotationReader interface in the SerializerBuilder, instead of the implemented Annotatio…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dfirst.rst23 It also works with objects implementing the `Traversable`_ interface.
H A Dlast.rst23 It also works with objects implementing the `Traversable`_ interface.
H A Dlength.rst11 For objects that implement the ``Countable`` interface, ``length`` will use the
17 For objects that implement the ``IteratorAggregate`` interface, ``length`` will use the return valu…
H A Dreverse.rst40 It also works with objects implementing the `Traversable`_ interface.
H A Dslice.rst59 It also works with objects implementing the `Traversable`_ interface.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst303 When template code is provided by a third-party (through a web interface for
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst19 ``Traversable`` interface.
81 implement the ``Countable`` interface. They are also not available when
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php910 public static function implementsInterface($value, $interface, $message = '') argument
912 if (!in_array($interface, class_implements($value))) {
916 static::valueToString($interface)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DMagicCallPatch.php54 $types = array_filter($node->getInterfaces(), function ($interface) {
55 return 0 !== strpos($interface, 'Prophecy\\');
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php64 foreach ($interfaces as $interface) {
65 if (!$interface instanceof ReflectionClass) {
69 is_object($interface) ? get_class($interface).' class' : gettype($interface)
72 if (false === $interface->isInterface()) {
76 $interface->getName()
80 $this->reflectInterfaceToNode($interface, $node);
121 private function reflectInterfaceToNode(ReflectionClass $interface, Node\ClassNode $node) argument
123 $node->addInterface($interface->getName());
125 foreach ($interface->getMethods() as $method) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DNameGenerator.php41 foreach ($interfaces as $interface) {
42 $parts[] = $interface->getShortName();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/PhpDocumentor/
H A DClassAndInterfaceTagRetriever.php63 foreach($interfaces as $interface) {
64 $tagList = array_merge($tagList, $this->classRetriever->getTagList($interface));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php80 * @param string $interface
84 public function willImplement($interface) argument
86 $this->lazyDouble->addInterface($interface);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dinterface.phpt5 interface Foo
H A Dnamespaced_class_implementing_interface_call_parent_constructor.phpt7 interface IFoo

1...<<11121314151617181920>>...29