Home
last modified time | relevance | path

Searched refs:getObject (Results 1 – 25 of 42) sorted by relevance

12

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DContextTest.php37 if ($context->getObject() === $objects[0]) {
40 } elseif ($context->getObject() === $objects[1]) {
43 } elseif ($context->getObject() === $objects[2]) {
46 } elseif ($context->getObject() === $objects[3]) {
63 if ($context->getObject() === $objects[0]) {
66 } elseif ($context->getObject() === $objects[1]) {
69 } elseif ($context->getObject() === $objects[2]) {
72 } elseif ($context->getObject() === $objects[3]) {
102 if ($object === $context->getObject()) {
106 if ($child === $context->getObject()) {
H A DJsonSerializationTest.php433 $author = $event->getObject();
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriber.php36 $object = $event->getObject();
86 $object = $event->getObject();
H A DSymfonyValidatorValidatorSubscriber.php51 $list = $validator->validate($event->getObject(), $constraints, $groups);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DNamespaceBuilderInterface.php41 public function getObject(Transport $transport, SerializerInterface $serializer); function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DStartBackfillJobResponse.php35 public function getObject() function in Google\\Service\\Datastream\\StartBackfillJobResponse
H A DStopBackfillJobResponse.php35 public function getObject() function in Google\\Service\\Datastream\\StopBackfillJobResponse
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DObjectEvent.php29 public function getObject() function in JMS\\Serializer\\EventDispatcher\\ObjectEvent
H A DEventDispatcher.php91 $object = $event instanceof ObjectEvent ? $event->getObject() : null;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItemStructuredData.php53 public function getObject() function in Google\\Service\\CloudSearch\\ItemStructuredData
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DGcsObject.php73 public function getObject() function in Google\\Service\\OSConfig\\GcsObject
H A DOSPolicyResourceFileGcs.php73 public function getObject() function in Google\\Service\\OSConfig\\OSPolicyResourceFileGcs
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DStorageSource.php73 public function getObject() function in Google\\Service\\CloudBuild\\StorageSource
H A DStorageSourceManifest.php73 public function getObject() function in Google\\Service\\CloudBuild\\StorageSourceManifest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource.php73 public function getObject() function in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource
H A DContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest.php73 public function getObject() function in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DExpressionLanguageExclusionStrategy.php48 $variables['object'] = $navigatorContext->getObject();
/plugin/gtime/gtlib/asn1/cms/
H A DCMSContentInfo.php90 $content->decode($tag->getObject());
H A DCMSEncapsulatedContentInfo.php89 $this->content = $tag->getObject()->getValue();
/plugin/gtime/gtlib/asn1/
H A DASN1Tag.php118 public function getObject() { function in ASN1Tag
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DObjectAccessControl.php209 public function getObject() function in Google\\Service\\Storage\\ObjectAccessControl
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializationContext.php124 public function getObject(): ?object function in JMS\\Serializer\\SerializationContext
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTSTInfo.php165 $tsa->decode($item->getObject());
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php266 return $this->getObject(
290 …private function getObject($code, $className, $type = '', $callOriginalConstructor = false, $callA… function in PHPUnit_Framework_MockObject_Generator
530 return $this->getObject(
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php691 $registeredNamespaces[$builder->getName()] = $builder->getObject($this->transport, $this->serializer);

12