PHP framework-How do I get phpstorm to support YII2 's methods in behavior?

Source: Internet
Author: User
Keywords yii2 yii php phpstorm php Frame
Tags traits
When using the methods in behavior, Phpstorm cannot prompt, what should I do to prompt?

Reply content:

When using the methods in behavior, Phpstorm cannot prompt, what should I do to prompt?

There is currently no IDE to support behavior
Consider using traits overrides, traits supported by the IDE

Reference:

  • Http://www.digpage.com/behavior.html

  • Http://www.yiiframework.com/doc-2.0/guide-concept-behaviors.html

If you just want the IDE to be able to prompt, you can add a registration to the behavior attach object:

/**** @method void touch(string $attribute)*/

In the example above, when the model is set up TimestampBehavior so that the model instantiates the object, the IDE will have a hint

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.