Lines Matching defs:object
215 public function getClosure(?object $object = null): Closure {} argument
221 public function invoke(?object $object, mixed ...$args): mixed {} argument
224 public function invokeArgs(?object $object, array $args): mixed {} argument
368 public function isInstance(object $object): bool {} argument
383 … public function resetAsLazyGhost(object $object, callable $initializer, int $options = 0): void {} argument
385 public function resetAsLazyProxy(object $object, callable $factory, int $options = 0): void {} argument
387 public function initializeLazyObject(object $object): object {} argument
389 public function isUninitializedLazyObject(object $object): bool {} argument
391 public function markLazyObjectAsInitialized(object $object): object {} argument
393 public function getLazyInitializer(object $object): ?callable {} argument
445 public function __construct(object $object) {} argument
492 public function getValue(?object $object = null): mixed {} argument
497 public function getRawValue(object $object): mixed {} argument
499 public function setRawValue(object $object, mixed $value): void {} argument
501 public function setRawValueWithoutLazyInitialization(object $object, mixed $value): void {} argument
503 public function skipLazyInitialization(object $object): void {} argument
505 public function isLazy(object $object): bool {} argument
508 public function isInitialized(?object $object = null): bool {} argument