Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
coupons_advanced.php File Reference

Go to the source code of this file.

Variables

$this _collection
 
 $items = array_values($this->_collection->getItems())
 
 $coupon = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\SalesRule\Model\Coupon::class)
 

Variable Documentation

◆ $coupon

$coupon = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\SalesRule\Model\Coupon::class)

Definition at line 15 of file coupons_advanced.php.

◆ $items

$items = array_values($this->_collection->getItems())

Definition at line 12 of file coupons_advanced.php.

◆ _collection

$this _collection
Initial value:

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 9 of file coupons_advanced.php.