소재지 ₍₍◝(・'ω'・)◟⁾⁾ 🐟️?看XM(^_−)☆哈先看看刚看过卡卡国看过了回来冷藏柜好极过估计 PNG %k25u25%fgd5n!WithArrayTransformationInterface.php000064400000002033152213727020013736 0ustar00 */ interface WithArrayTransformationInterface { /** * Converts the object to an array representation. * * @since 0.1.0 * * @return TArrayShape The array representation. */ public function toArray(): array; /** * Creates an instance from array data. * * @since 0.1.0 * * @param TArrayShape $array The array data. * @return self The created instance. */ public static function fromArray(array $array): self; /** * Checks if the array is a valid shape for this object. * * @since 0.1.0 * * @param array $array The array to check. * @return bool True if the array is a valid shape. * @phpstan-assert-if-true TArrayShape $array */ public static function isArrayShape(array $array): bool; } AiClientExceptionInterface.php000064400000000527152213727020012452 0ustar00 The JSON schema as an associative array. */ public static function getJsonSchema(): array; } ResultInterface.php000064400000002571152213730400010356 0ustar00 Provider metadata. */ public function getAdditionalData(): array; }