[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/php-ai-client/src/Operations/Contracts/ -> OperationInterface.php (summary)

(no description)

File Size: 33 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

OperationInterface:: (2 methods):
  getId()
  getState()


Interface: OperationInterface  - X-Ref

Interface for AI operations.

Operations represent long-running AI tasks that may not complete immediately.
They provide a way to track the progress and retrieve results asynchronously.

getId()   X-Ref
Gets the operation ID.

return: string The unique operation identifier.

getState()   X-Ref
Gets the current state of the operation.

return: OperationStateEnum The operation state.



Generated : Sat Jun 13 09:38:55 2026 Cross-referenced by PHPXref