Home
last modified time | relevance | path

Searched refs:interface (Results 326 – 350 of 701) sorted by path

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

/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
H A Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt7 interface IFoo
H A Dnamespaced_interface.phpt7 interface Foo
H A Dreturn_type_declarations_nullable.phpt9 interface Foo
H A Dreturn_type_declarations_self.phpt9 interface Foo
H A Dreturn_type_declarations_void.phpt9 interface Foo
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG507 …* added Twig_ExistsLoaderInterface (implementing this interface in your loader make the chain load…
535 …e C extension when accessing a public property of an object implementing the \ArrayAccess interface
572 * enforced interface when adding tests, filters, functions, and node visitors from extensions
930 …oop variables are now only available for arrays and objects that implement the Countable interface)
981 the new interface (please note that the interface is not yet considered
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst542 The compiler implements a fluid interface and provides methods that helps the
590 An extension is a class that implements the following interface::
592 interface Twig_ExtensionInterface
665 ``\Twig\Extension\AbstractExtension`` class instead of implementing the interface as it provides
H A Dadvanced_legacy.rst482 The compiler implements a fluid interface and provides methods that helps the
534 An extension is a class that implements the following interface::
536 interface Twig_ExtensionInterface
603 ``\Twig\Extension\AbstractExtension`` class instead of implementing the whole interface. That
H A Dapi.rst5 be most useful as reference to those implementing the template interface to
282 interface Twig_LoaderInterface
H A Ddeprecated.rst25 following class and interface will be removed in 2.0:
H A Drecipes.rst303 When template code is provided by a third-party (through a web interface for
H A Dtemplates.rst733 or objects implementing the ``Traversable`` interface.
/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/tags/
H A Dfor.rst19 ``Traversable`` interface.
81 implement the ``Countable`` interface. They are also not available when
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dempty.rst11 For objects that implement the ``Countable`` interface, ``empty`` will check the
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c118 static int TWIG_INSTANCE_OF(zval *object, zend_class_entry *interface TSRMLS_DC) in TWIG_INSTANCE_OF()
123 return instanceof_function(Z_OBJCE_P(object), interface TSRMLS_CC); in TWIG_INSTANCE_OF()
126 static int TWIG_INSTANCE_OF_USERLAND(zval *object, char *interface TSRMLS_DC) in TWIG_INSTANCE_OF_USERLAND()
132 if (zend_lookup_class(interface, strlen(interface), &pce TSRMLS_CC) == FAILURE) { in TWIG_INSTANCE_OF_USERLAND()
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md180 `interfaceExists($value, $message = '')` | Check that a value is an existing interface
181 `implementsInterface($value, $class, $message = '')` | Check that a class implements an interface
/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/firenews/
H A DLICENSE158 associated interface definition files, plus the scripts used to

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