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

Go to the source code of this file.

Variables

 $orderManagement = $objectManager->create(OrderManagementInterface::class)
 
 $caseFactory = $objectManager->get(CaseInterfaceFactory::class)
 
 $associatedTeam
 
 $case = $caseFactory->create()
 
 $caseRepository = $objectManager->get(CaseRepositoryInterface::class)
 

Variable Documentation

◆ $associatedTeam

$associatedTeam
Initial value:
= [
'teamName' => 'Some Team',
'teamId' => 123,
'getAutoDismiss' => true,
'getTeamDismissalDays' => 3
]

Definition at line 20 of file case.php.

◆ $case

$case = $caseFactory->create()

Definition at line 28 of file case.php.

◆ $caseFactory

$caseFactory = $objectManager->get(CaseInterfaceFactory::class)

Definition at line 18 of file case.php.

◆ $caseRepository

$caseRepository = $objectManager->get(CaseRepositoryInterface::class)

Definition at line 41 of file case.php.

◆ $orderManagement

$orderManagement = $objectManager->create(OrderManagementInterface::class)

Definition at line 14 of file case.php.