jcb-compiler/src/4325745f-da1f-4d4d-a591-318.../code.power

11 lines
260 B
Plaintext

/**
* Get Item History object
*
* @param string $type The type of item
* @param int $id The item ID
*
* @return ?object The history item object
* @since 3.2.0
*/
public function get(string $type, int $id): ?object;