Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Inpsyde
MultilingualPress
Common
Nonce
Exception
ContextValueNotSetException
PHP 클래스 Inpsyde\MultilingualPress\Common\Nonce\Exception\ContextValueNotSetException
부터:
3.0.0
상속:
extends
Exceptio\Exception
파일 보기
프로젝트 열기: inpsyde/multilingual-press
1 사용 예제들
공개 메소드들
메소드
설명
for_name
(
string
$name
,
string
$action
= 'read' ) :
static
Returns a new exception object.
메소드 상세
for_name()
공개
정적인
메소드
Returns a new exception object.
부터:
3.0.0
public
static
for_name
(
string
$name
,
string
$action
= 'read' ) :
static
$name
string
The name of the nonce context value.
$action
string
Optional. Action to be performed. Defaults to 'read'.
리턴
static
Exception object.