예제 #1
0
 public function __construct(\Magento\Framework\Model\Context $context, \Magento\Framework\Registry $registry, \Magento\Authorization\Model\ResourceModel\Role $resource, \Magento\Authorization\Model\ResourceModel\Role\Collection $resourceCollection, array $data = array())
 {
     $this->___init();
     parent::__construct($context, $registry, $resource, $resourceCollection, $data);
 }