resError()
resError(\cn\gz53\framework\core\IError $error)
Parameters
\cn\gz53\framework\core\IError | $error |
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\dao\script;
use cn\gz53\framework\dao\DaoI;
interface ScriptServerConfigLoadDaoI extends DaoI
{
public function getMainDeployPath();
public function setConfig($config);
}