Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
zendframework1
library
Zend
Date
Exception.php
Go to the documentation of this file.
1
<?php
26
#require_once 'Zend/Exception.php';
27
28
35
class
Zend_Date_Exception
extends
Zend_Exception
36
{
37
protected
$operand
=
null
;
38
39
public
function
__construct
(
$message
,
$code
= 0, $e =
null
, $op =
null
)
40
{
41
$this->operand = $op;
42
parent::__construct(
$message
,
$code
, $e);
43
}
44
45
public
function
getOperand
()
46
{
47
return
$this->operand
;
48
}
49
}
Zend_Date_Exception
Definition:
Exception.php:35
Zend_Exception
Definition:
Exception.php:28
Zend_Date_Exception\__construct
__construct($message, $code=0, $e=null, $op=null)
Definition:
Exception.php:39
Zend_Date_Exception\$operand
$operand
Definition:
Exception.php:37
$message
$message
Definition:
notifications.php:7
Zend_Date_Exception\getOperand
getOperand()
Definition:
Exception.php:45
$code
$code
Definition:
info.phtml:12