Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
Indexer
Dimension.php
Go to the documentation of this file.
1
<?php
6
declare(strict_types=1);
7
8
namespace
Magento\Framework\Indexer
;
9
15
class
Dimension
16
{
20
private
$name;
21
25
private
$value;
26
31
public
function
__construct
(
string
$name,
string
$value)
32
{
33
$this->
name
=
$name
;
34
$this->
value
= $value;
35
}
36
42
public
function
getName
(): string
43
{
44
return
$this->name;
45
}
46
52
public
function
getValue
(): string
53
{
54
return
$this->value;
55
}
56
}
value
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
Definition:
block.php:9
name
Magento\Framework\Indexer\Dimension\getName
getName()
Definition:
Dimension.php:42
Magento\Framework\Indexer
Definition:
AbstractProcessor.php:9
Magento\Framework\Indexer\Dimension
Definition:
Dimension.php:15
Magento\Framework\Indexer\Dimension\getValue
getValue()
Definition:
Dimension.php:52
Magento\Framework\Indexer\Dimension\__construct
__construct(string $name, string $value)
Definition:
Dimension.php:31
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14