函数的@return类型返回$ this

时间:2016-01-22 07:14:57

标签: php comments phpdoc

如果我有这样的PHP函数:

private function sampleFunction()
{
    //Do something

    return $this;
}

文档块注释中的@return类型应该是什么?

我可以像@return $this一样使用吗?

基本上我用它来进行方法链接。

0 个答案:

没有答案