php中, public function getmodule() {........}里面,最后一句是 return $this;,请问是返回了什么啊?
这是类里面的一个函数,没有形参,函数里最后一句是return$this;请问这个是返回了什么东西啊?返回了谁的自身?publicfunctiongetmodule(){$...
这是类里面的一个函数,没有形参,函数里最后一句是return $this; 请问这个是返回了什么东西啊?返回了谁的自身?
public function getmodule() {
$this->cache->key = 'sdmodule';
$result;
.....
....//中间很多句子。
....
$this->smarty->assign("modules", $result);
return $this;
} 展开
public function getmodule() {
$this->cache->key = 'sdmodule';
$result;
.....
....//中间很多句子。
....
$this->smarty->assign("modules", $result);
return $this;
} 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询