PHP Интерфейс Inpsyde\MultilingualPress\Common\Nonce\Nonce

С версии: 3.0.0
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
__toString ( ) : string Returns the nonce value.
action ( ) : string Returns the nonce action.
is_valid ( ) : boolean Checks if the nonce is valid with respect to the current context.

Описание методов

__toString() публичный метод

Returns the nonce value.
С версии: 3.0.0
public __toString ( ) : string
Результат string Nonce value.

action() публичный метод

Returns the nonce action.
С версии: 3.0.0
public action ( ) : string
Результат string Nonce action.

is_valid() публичный метод

Checks if the nonce is valid with respect to the current context.
С версии: 3.0.0
public is_valid ( ) : boolean
Результат boolean Whether or not the nonce is valid.