コード例 #1
0
ファイル: ViewTest.php プロジェクト: pradeep-wagento/magento2
 public function testGetLayout()
 {
     $this->assertEquals($this->_layoutMock, $this->_view->getLayout());
 }
コード例 #2
0
ファイル: Data.php プロジェクト: aiesh/magento2
 /**
  * Get handles applied for current page
  *
  * @return array
  */
 public function getActualHandles()
 {
     return $this->view->getLayout()->getUpdate()->getHandles();
 }