douyue3800 2012-04-02 09:26
浏览 64
已采纳

Netbeans:改变php模块中getter / setter生成行为的可能性

Greetings programmers,

I was wondering if there is a possibility to change the behaviour of getter/setter generation in php module. At the moment it works like this:

class A
{
    private $field;
}

Now I will generate setter by pressing alt+ins and selecting "Setter..." resulting in:

class A
{
    private $field;

    public function setField($field)
    {
         $this->field = $field;
    }
}

Is there a possibility to change the behaviour that it would generate something differnet, lets say this:

class A
{
    private $field;

    public function setField($field)
    {
         $this->field = $field;
         return $this;
    }
}

The difference is at the returh $this row.

  • 写回答

1条回答 默认 最新

  • doukuiqian5345 2012-10-17 15:01
    关注

    I ran into this old question while searching for ways to adjust the template used for setter/getter generation in netbeans.

    Since this question is left unanswered, ill leave a pointer to a similar question: How to edit getter & setter templates in NetBeans?

    Basically the answer is: No, you can not change the template of the setter/getter generator in netbeans. Atleast not unless you are willing to patch the Netbeans sourcecode.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥500 高有偿提问!求优化设计微信小程序
  • ¥15 matlab在安装时报错 无法找到入口 无法定位程序输入点
  • ¥15 收益高的广告联盟有哪些
  • ¥15 Android Studio webview 的使用问题, 播放器横屏全屏
  • ¥15 删掉jdk后重新下载,Java web所需要的eclipse无法使用
  • ¥15 uniapp正式环境中通过webapi将本地数据推送到设备出现的跨域问题
  • ¥15 xui建立节点,显示错误
  • ¥15 关于#单片机#的问题:开始、复位、十进制的功能可以实现,但是切换八进制的功能无法实现(按下按键也没有效果),把初始状态调成八进制,也是八进制可以实现但是切换到十进制不行(相关搜索:汇编语言|计数器)
  • ¥15 VINS-Mono或Fusion中feature_manager中estimated_depth是特征的深度还是逆深度?
  • ¥15 谷歌浏览器如何备份抖音网页数据