Home
last modified time | relevance | path

Searched refs:instantiate (Results 26 – 44 of 44) sorted by path

12

/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiatorInterface.php19 public function instantiate($className); function
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md102 - Do not instantiate visitors in the serialization builder [\#613](https://github.com/schmittjoh/se…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Construction/
H A DUnserializeObjectConstructor.php22 return $this->getInstantiator()->instantiate($metadata->name);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md61 In order to resolve a type you will have to instantiate the class `\phpDocumentor\Reflection\TypeRe…
134 Or by using the `\phpDocumentor\Reflection\Types\ContextFactory` to instantiate a new context based…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php120 return $this->instantiator->instantiate($classname);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php84 throw $this->instantiator->instantiate($classname);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php306 $object = $instantiator->instantiate($className);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dabstract-test-class.phpt21 Cannot instantiate class "AbstractTest".
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst855 instance on the environment that knows how to instantiate such runtime classes
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt130 used by phpThumb.php, so if you instantiate your own object
H A Dphpthumb.readme.txt132 skip phpThumb.php and instantiate your own object. Please take a look at
135 Note: phpThumb.php is where the caching code is located, if you instantiate
542 instantiate your own object instead)
548 instantiate your own object instead)
553 instantiate your own object instead)
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md53 and then instantiate the reader class normally:
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.TidyImpl.txt
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock95 …"description": "A small, lightweight utility to instantiate objects in PHP without invoking their …
99 "instantiate"
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md71 - instantiate your class and call ```run()``` on it
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md430 * BC Break: It's no longer possible to instantiate the Locks plugin without
/plugin/webdav/vendor/sabre/http/
H A DREADME.md73 instantiate a request object is as follows:
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js37976 'des-ede3-cbc': des.CBC.instantiate(des.EDE),
37978 'des-ede-cbc': des.CBC.instantiate(des.EDE),
37980 'des-cbc': des.CBC.instantiate(des.DES),
44619 function instantiate(Base) {
44641 exports.instantiate = instantiate;

12