$_context
$_context :
__construct(\cn\gz53\framework\core\Context $context)
\cn\gz53\framework\core\Context | $context |
getInstance(\cn\gz53\framework\core\Context $context)
\cn\gz53\framework\core\Context | $context |
resError(\cn\gz53\framework\core\IError $error)
\cn\gz53\framework\core\IError | $error |
<?php
/**
* // +----------------------------------------------------------------------
* // | phpMore [ WE CAN DO IT MORE ]
* // +----------------------------------------------------------------------
* // | Copyright (c) 20011~2019 广州务商网络科技有限公司 All rights reserved.
* // +----------------------------------------------------------------------
* // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
* // +----------------------------------------------------------------------
* // | Author: sujunli <4297088@qq.com>
* // +----------------------------------------------------------------------
*/
namespace cn\gz53\framework\model\bo\init\redis;
use cn\gz53\framework\dao\redis\RedisInitDaoI;
use cn\gz53\framework\model\bo\Bo;
class RedisInitBo extends Bo implements RedisInitDaoI
{
}