Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typography_change #22210

Merged
merged 2 commits into from
Apr 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
* See COPYING.txt for license details.
*/

namespace Magento\Bundle\Block\Adminhtml\Catalog\Product\Edit\Tab\Attributes;

/**
* Bundle Extended Attribures Block
* Bundle Extended Attribures Block.
*
* @author Magento Core Team <core@magentocommerce.com>
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Bundle\Block\Adminhtml\Catalog\Product\Edit\Tab\Attributes;

class Extend extends \Magento\Catalog\Block\Adminhtml\Form\Renderer\Fieldset\Element
{
/**
Expand Down Expand Up @@ -75,7 +75,7 @@ public function getElementHtml()
}

/**
* Execute method getElementHtml from parrent class
* Execute method getElementHtml from parent class
*
* @return string
*/
Expand All @@ -85,6 +85,8 @@ public function getParentElementHtml()
}

/**
* Get options.
*
* @return array
*/
public function getOptions()
Expand All @@ -106,6 +108,8 @@ public function getOptions()
}

/**
* Is disabled field.
*
* @return bool
*/
public function isDisabledField()
Expand All @@ -118,6 +122,8 @@ public function isDisabledField()
}

/**
* Get product.
*
* @return mixed
*/
public function getProduct()
Expand All @@ -129,6 +135,8 @@ public function getProduct()
}

/**
* Get extended element.
*
* @param string $switchAttributeCode
* @return \Magento\Framework\Data\Form\Element\Select
* @throws \Magento\Framework\Exception\LocalizedException
Expand Down