Yoast\WP\SEO\MyYoast_Client\Application\Ports

Token_Storage_Interface::storepublicYoast 1.0

Stores a token set. The resource bucket is derived from the token's own resource indicator.

Метод класса: Token_Storage_Interface{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Token_Storage_Interface = new Token_Storage_Interface();
$Token_Storage_Interface->store( $token_set ): void;
$token_set(Token_Set) (обязательный)
The token set to store.

Код Token_Storage_Interface::store() Yoast 28.3

public function store( Token_Set $token_set ): void;