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
View
Asset
PropertyGroup.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\View\Asset
;
7
11
class
PropertyGroup
extends
Collection
12
{
18
protected
$properties
= [];
19
25
public
function
__construct
(array
$properties
)
26
{
27
$this->properties =
$properties
;
28
}
29
35
public
function
getProperties
()
36
{
37
return
$this->properties
;
38
}
39
46
public
function
getProperty
(
$name
)
47
{
48
return
$this->properties[
$name
] ??
null
;
49
}
50
}
Magento\Framework\View\Asset\PropertyGroup\__construct
__construct(array $properties)
Definition:
PropertyGroup.php:25
Magento\Framework\View\Asset\PropertyGroup
Definition:
PropertyGroup.php:11
Magento\Framework\View\Asset\PropertyGroup\$properties
$properties
Definition:
PropertyGroup.php:18
Magento\Framework\View\Asset\PropertyGroup\getProperty
getProperty($name)
Definition:
PropertyGroup.php:46
Magento\Framework\View\Asset\PropertyGroup\getProperties
getProperties()
Definition:
PropertyGroup.php:35
Magento\Framework\View\Asset
Definition:
AssetInterface.php:6
Magento\Framework\View\Asset\Collection
Definition:
Collection.php:11
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14