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
Code
Test
Unit
_files
app
code
Magento
SomeModule
Model
SevenInterface.php
Go to the documentation of this file.
1
<?php
12
namespace
Magento\SomeModule\Model
;
13
14
use
Magento\SomeModule\Model\Two\Test
as TestTwo;
15
use
Magento\SomeModule\Model\Three\Test
as TestThree;
16
26
interface
SevenInterface
extends
\Magento\Framework\Code\Generator\CodeGeneratorInterface
27
{
28
35
public
static
function
testMethod1
(array &
$data
= []);
36
46
public
function
testMethod2
(
$data
=
'test_default'
, $flag =
true
);
47
48
public
function
testMethod3
();
49
50
51
}
Magento\SomeModule\Model\SevenInterface\testMethod1
static testMethod1(array &$data=[])
Magento\SomeModule\Model\SevenInterface
Definition:
SevenInterface.php:26
Magento\SomeModule\Model\SevenInterface\testMethod2
testMethod2($data='test_default', $flag=true)
Magento\SomeModule\Model
Definition:
ElementFactory.php:6
Magento\SomeModule\Model\Two\Test
Definition:
Test.php:10
$data
$data
Definition:
attribute_set_with_image_attribute.php:16
Magento\SomeModule\Model\SevenInterface\testMethod3
testMethod3()
Magento\SomeModule\Model\Three\Test
Definition:
Test.php:11