Skip to content

Commit 7ccda71

Browse files
author
Vasilii Burlacu
committed
Added view model template
1 parent 9dfde00 commit 7ccda71

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?php
2+
#parse("PHP File Header.php")
3+
4+
#if (${NAMESPACE})
5+
namespace ${NAMESPACE};
6+
#end
7+
8+
use \Magento\Framework\View\Element\Block\ArgumentInterface;
9+
10+
/**
11+
* ${PARAM_DOC}
12+
*/
13+
class ${NAME} implements ArgumentInterface {
14+
public function __construct()
15+
{
16+
17+
}
18+
}

0 commit comments

Comments
 (0)