Questions tagged [oop]
The oop tag has no summary.
7 questions
1 vote
2 answers
582 views
Magento 2 how to overwrite a trait function
How do you overwrite a trait function from vendor. Things i did try in the di.xml <preference for="\Vendor\Module\Traits\Model\ChangeMe" type="\Company\Module\Traits\...
2 votes
2 answers
2k views
How to find class by function name in PHP class?
For example I have a class A which extends class B and B extends C and so on. Now I can get all the function which is accessible in class A by php function getClassMethods($this); But if I found a ...
0 votes
1 answer
407 views
How can I use Namespaces and USE function in magento 1.9?
How can I use Namespaces and USE function in magento 1.9 ? I dont want to use require or include function just set one namespaces and use this in my controller like laravel or magento 2. Is it ...
3 votes
2 answers
929 views
Magento 2: Clear Direction on Controller Result Factories
In a controller's execute method, has there been any clear guidance from the Magento core team if client developers should Be using the individual PageFactory, JsonFactory, RawFactory, etc objects Or ...