LF

Avatar
  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 2
  • LF created a post,

    How to open correctly project as sub-project

    Simple question:I have project with serveral services inside, each in separate directory, like:- backend-php- frontendetc.in backend-php I have standard structure:- public- src- tests- vendor- comp...
  • LF created a post,

    Binding a custom method parameter to a class property

    is there any way to bind a class property to a method parameter inside that class so that there is a two way link when you click CTRL + Right click?     class Attachments extends Repository    {   ...