Home
last modified time | relevance | path

Searched defs:object (Results 176 – 200 of 289) sorted by last modified time

12345678910>>...12

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1312 public static function assertObjectHasAttribute($attributeName, $object, $message = '')
1340 public static function assertObjectNotHasAttribute($attributeName, $object, $message = '')
2863 public static function getObjectAttribute($object, $attributeName)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMockBuilder.php378 public function setProxyTarget($object)
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DMockObjectComparator.php37 protected function toArray($object)
H A DExceptionComparator.php37 protected function toArray($object)
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DDumperTest.php252 public function testDumpObjectAsMap($object, $expected)
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php145 public function startVisitingObject(ClassMetadata $metadata, object $object, array $type): void argument
206 public function setCurrentObject(object $object): void argument
H A DSerializationContext.php63 public function startVisiting($object): void
75 public function stopVisiting($object): void
91 public function isVisiting($object): bool
H A DXmlDeserializationVisitor.php266 public function startVisitingObject(ClassMetadata $metadata, object $object, array $type): void argument
348 public function setCurrentObject(object $object): void argument
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php201 public function merge(MergeableInterface $object): void
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMergeableClassMetadata.php9 public function merge(MergeableInterface $object): void
H A DMergeableInterface.php9 public function merge(MergeableInterface $object): void;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DAccessorStrategyInterface.php19 …public function getValue(object $object, PropertyMetadata $metadata, SerializationContext $context… argument
24 …public function setValue(object $object, $value, PropertyMetadata $metadata, DeserializationContex… argument
H A DDefaultAccessorStrategy.php52 …public function getValue(object $object, PropertyMetadata $metadata, SerializationContext $context) argument
100 …public function setValue(object $object, $value, PropertyMetadata $metadata, DeserializationContex… argument
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DObjectEvent.php14 private $object; variable in JMS\\Serializer\\EventDispatcher\\ObjectEvent
19 public function __construct(Context $context, $object, array $type)
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php244 private function afterVisitingObject(ClassMetadata $metadata, object $object, array $type): void argument
/plugin/findologicxmlexport/vendor/jms/serializer/src/Twig/
H A DSerializerExtension.php61 …public function serialize(object $object, string $type = 'json', ?SerializationContext $context = … argument
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithEmptyArrayAndHash.php25 private $object = []; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithEmptyArrayAndHash
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriberTest.php158 private function createEvent($object, array $type)
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php503 …protected function getAttribute($object, $item, array $arguments = [], $type = self::ANY_CALL, $is…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php275 public static function object($value, $message = '') function in Webmozart\\Assert\\Assert
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php58 public static function getProperty($object, $name)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DPredictionInterface.php36 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php69 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1164 function assertObjectHasAttribute($attributeName, $object, $message = '')
1179 function assertObjectNotHasAttribute($attributeName, $object, $message = '')
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DObject.php21 public $object; variable in PHPUnit_Framework_MockObject_Invocation_Object
31 …public function __construct($className, $methodName, array $parameters, $returnType, $object, $clo…

12345678910>>...12