   'phpDocumentor\Descriptor\FileDescriptor * hash dcbf44ea508ef0617aeb85ebfe83ea0b * pathBase/Child.php	 * source<?php
/**
 * 基类
 *
 * @author camera360_server@camera360.com
 * @copyright Chengdu pinguo Technology Co.,Ltd.
 */

namespace PG\MSF\Base;

use PG\MSF\Helpers\Context;
use PG\AOP\MI;

/**
 * Class Child
 * @package PG\MSF\Base
 */
class Child
{
    // use property and method insert
    use MI;

    /**
     * @var array 反射类属性的默认值
     */
    protected static $reflections = [];

    /**
     * 设置上下文
     *
     * @param Context $context 请求上下文对象
     * @return $this
     */
    public function setContext($context)
    {
        $this->context = $context;
        return $this;
    }

    /**
     * 销毁,解除引用
     */
    public function destroy()
    {
    }
}
 * namespaceAliases#phpDocumentor\Descriptor\Collection * itemsContext\PG\MSF\Helpers\ContextMI
\PG\AOP\MI * includes	  * constants	  * functions	 
 * classes	\PG\MSF\Base\Child(phpDocumentor\Descriptor\ClassDescriptor	 * parent * implements	  * abstract * final	  * properties	reflections+phpDocumentor\Descriptor\PropertyDescriptor" * types 
 * defaultarray()	 * static * visibility	protected * fqsen\PG\MSF\Base\Child::reflections * name * namespace 
 * package
 * summary * description * fileDescriptor  * line * tags	var	 *phpDocumentor\Descriptor\Tag\VarDescriptor * variableName	 3phpDocumentor\Descriptor\Type\UnknownTypeDescriptor#array#+'反射类属性的默认值	 * errors	 1	  * inheritedElement 
 * methods	
setContext)phpDocumentor\Descriptor\MethodDescriptor"public * arguments	$context+phpDocumentor\Descriptor\ArgumentDescriptor	 * method"!	 .#  * byReference * isVariadic!#8$ %&'请求上下文对象( ) *	 1	 2 ! \PG\MSF\Base\Child::setContext()#4$ %&设置上下文'( )"*	param	 ,phpDocumentor\Descriptor\Tag\ParamDescriptor-8"%#@'=1	 return	 -phpDocumentor\Descriptor\Tag\ReturnDescriptor	 .#$this#B'1	 1	 2 destroy5"67	 !\PG\MSF\Base\Child::destroy()#E$ %&销毁,解除引用'( )+*	B	 @	 1	 2  * usedTraits	 !#Child$\PG\MSF\Base%PG\MSF\Base&Class Child'(" )*	package	 &phpDocumentor\Descriptor\TagDescriptor#M'K1	 
subpackage	 1	 2  * interfaces	 	 * traits	 
 * markers	 !#	Child.php$ %Default&基类'( ) *	author	 -phpDocumentor\Descriptor\Tag\AuthorDescriptor#V'camera360_server@camera360.com1	 	copyright	 N#Y'"Chengdu pinguo Technology Co.,Ltd.1	 M	 N#M'T1	 O	 1	 2 