Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
WPDKWarning
PHP Class WPDKWarning
Author:
=undo= (
[email protected]
)
Inheritance:
extends
WPDKResult
Mostrar archivo
Open project: wpxtreme/wpdk
Public Methods
Method
Description
__construct
(
string
$code
,
string
$message
= '',
mixed
$data
= '' ) :
WPDKWarning
Create an instance of WPDKError class
Method Details
__construct()
public
method
Create an instance of WPDKError class
public
__construct
(
string
$code
,
string
$message
= '',
mixed
$data
= '' ) :
WPDKWarning
$code
string
Error code, ie. wpxss_to_many_files
$message
string
Error message
$data
mixed
Optional. Error data.
return
WPDKWarning