> On Sep 18, 2022, at 7:51 AM, Mohammad Amin Chitgarha
> wrote:
>
> Hi.
>
> Currently, it's possible that, inside a trait's function, use the parent
> method of a class using the trait. This way, not only it's implicitly
> supposed the trait is used in a class having a parent, but also the pa
I am also confused about this. Are you trying to generate multiple
inheritance with this? If not ... can you provide code examples of the
problem and a a hypothetical code of the solution you propose to that
problem?
Thanks
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe,
On Sun, Sep 18, 2022 at 4:51 AM Mohammad Amin Chitgarha <
machitgar...@gmail.com> wrote:
> Hi.
>
> Currently, it's possible that, inside a trait's function, use the parent
> method of a class using the trait. This way, not only it's implicitly
> supposed the trait is used in a class having a paren