码迷,mamicode.com
首页 > 其他好文 > 详细

$this和self、parent这三个关键词分别代表什么?在哪些场合下使用?

时间:2017-04-04 23:33:27      阅读:684      评论:0      收藏:0      [点我收藏+]

标签:family   round   sel   scroll   color   his   哪些   调用   style   

$this:当前对象

self: 当前类

parent: 当前类的父类

$this在当前类中使用,使用->调用属性和方法。

self也在当前类中使用,不过需要使用::调用。

$this和self、parent这三个关键词分别代表什么?在哪些场合下使用?

标签:family   round   sel   scroll   color   his   哪些   调用   style   

原文地址:http://www.cnblogs.com/muziyun1992/p/6666542.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!