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

Go to the source code of this file.

Variables

 $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
 
 $installer
 
 $dateAttribute
 
 $product = $objectManager->create(\Magento\Catalog\Model\Product::class)
 

Variable Documentation

◆ $dateAttribute

$dateAttribute
Initial value:

Definition at line 19 of file date_attribute.php.

◆ $installer

$installer
Initial value:
= $objectManager->create(
\Magento\Catalog\Setup\CategorySetup::class,
['resourceName' => 'catalog_setup']
)
$objectManager

Definition at line 13 of file date_attribute.php.

◆ $objectManager

Definition at line 10 of file date_attribute.php.

◆ $product

$product = $objectManager->create(\Magento\Catalog\Model\Product::class)

Definition at line 38 of file date_attribute.php.