Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SevenInterface.php
Go to the documentation of this file.
1 <?php
12 namespace Magento\SomeModule\Model;
13 
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 }
static testMethod1(array &$data=[])
testMethod2($data='test_default', $flag=true)