WC_Data_Exception::getErrorCode()
Returns the error code.
Метод класса: WC_Data_Exception{}
Хуков нет.
Возвращает
Строку
.
Использование
$WC_Data_Exception = new WC_Data_Exception(); $WC_Data_Exception->getErrorCode();
Код WC_Data_Exception::getErrorCode() WC Data Exception::getErrorCode WC 9.4.2
public function getErrorCode() { return $this->error_code; }