예제 #1
0
파일: Layout.php 프로젝트: opexsw/magento2
 /**
  * Get element names for specified group
  *
  * @param string $blockName
  * @param string $groupName
  * @return array
  */
 public function getGroupChildNames($blockName, $groupName)
 {
     $this->build();
     return $this->structure->getGroupChildNames($blockName, $groupName);
 }