コード例 #1
0
ファイル: Tree.php プロジェクト: shabbirvividads/magento2
 /**
  * @return bool
  * @SuppressWarnings(PHPMD.BooleanGetMethodName)
  */
 public function getIsWasExpanded()
 {
     return $this->_backendSession->getIsTreeWasExpanded();
 }