Start a Project

How to Override Model Functions in Bagisto

To understand the concept of overriding first we need to understand How overriding works. Method Overriding is an OOPs concept. When a child class method overrides the parent class method of the same name, parameters, and return type, it is termed a method overriding

Let`s get started

As you can see below screenshot method is already defined in Model class we want this method to override in our custom module. So follow the given steps

Step 1

Use function registerModel() in customModule Service Provider as illustrated in the below code

Step 2

Now create a new class in the customModule in which you will define the method to override make sure to use the method name same as originally defined and remember to extend or implement the Model class as illustrated in the below code

Step 3

Run the given command

 

So, that was much about the article “ How to Override Model Functions in Bagisto ”. Also for any queries or doubts reach out to us at support@webkul.com. You can also raise a ticket at our HelpDesk System.

Exit mobile version