Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
EntitySpecificHandlesList.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Framework\View;
7 
12 {
18  private $handles = [];
19 
26  public function addHandle($handle)
27  {
28  $this->handles[] = $handle;
29  }
30 
36  public function getHandles()
37  {
38  return $this->handles;
39  }
40 }
$handle