mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
注释改进
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user