Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Customer.php
Go to the documentation of this file.
1 <?php
7 
21 {
27  protected function _construct()
28  {
29  parent::_construct();
30  $this->_init(\Magento\SalesRule\Model\ResourceModel\Rule\Customer::class);
31  }
32 
41  {
42  $this->_getResource()->loadByCustomerRule($this, $customerId, $ruleId);
43  return $this;
44  }
45 }
loadByCustomerRule($customerId, $ruleId)
Definition: Customer.php:40