注释改进

This commit is contained in:
thinkphp
2016-05-27 10:20:17 +08:00
parent 4a4bc53cb5
commit b228efdc00

View File

@@ -121,7 +121,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
/** /**
* 获取关联模型实例 * 获取关联模型实例
* * @access protected
* @return \think\model\Relation * @return \think\model\Relation
*/ */
protected function relation() protected function relation()
@@ -134,7 +134,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
/** /**
* 初始化模型 * 初始化模型
* * @access protected
* @return void * @return void
*/ */
protected function initialize() protected function initialize()
@@ -148,7 +148,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
/** /**
* 初始化处理 * 初始化处理
* * @access protected
* @return void * @return void
*/ */
protected static function init() protected static function init()