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

Go to the source code of this file.

Variables

 $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 16 of file approved_case.php.

◆ $case

$case = $caseFactory->create()

Definition at line 24 of file approved_case.php.

◆ $caseFactory

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

Definition at line 14 of file approved_case.php.

◆ $caseRepository

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

Definition at line 37 of file approved_case.php.