$reflections
$reflections : array
Class AOPFactory
getRedisPoolCoroutine(\PG\MSF\Pools\CoroutineRedisProxy $redisPoolCoroutine, \PG\MSF\Base\Core $coreBase) : \PG\AOP\Wrapper|\PG\MSF\Pools\CoroutineRedisProxy
获取协程redis
\PG\MSF\Pools\CoroutineRedisProxy | $redisPoolCoroutine | Redis协程辅助类实例 |
\PG\MSF\Base\Core | $coreBase | Core实例(通常为Controller实例) |
AOP包装的CoroutineRedisProxy切片实例
getMysqlPoolCoroutine(\PG\MSF\Pools\MysqlAsynPool $mysqlPoolCoroutine, \PG\MSF\Base\Core $coreBase) : \PG\AOP\Wrapper|\PG\MSF\Pools\MysqlAsynPool
获取协程mysql
\PG\MSF\Pools\MysqlAsynPool | $mysqlPoolCoroutine | MySQL连接池实例 |
\PG\MSF\Base\Core | $coreBase | Core实例(通常为Controller实例) |
AOP包装的MysqlAsynPool切片实例
getRedisProxy(\PG\MSF\Proxy\IProxy|\PG\MSF\Proxy\RedisProxyCluster|\PG\MSF\Proxy\RedisProxyMasterSlave $redisProxy, \PG\MSF\Base\Core $coreBase) : \PG\AOP\Wrapper|\Redis
获取redis proxy
\PG\MSF\Proxy\IProxy|\PG\MSF\Proxy\RedisProxyCluster|\PG\MSF\Proxy\RedisProxyMasterSlave | $redisProxy | RedisProxy实例 |
\PG\MSF\Base\Core | $coreBase | Core实例(通常为Controller实例) |
AOP包装的RedisProxyCluster或者RedisProxyMasterSlave切片实例
getObjectPool(\PG\MSF\Base\Pool $pool, \PG\MSF\Base\Child $coreBase) : \PG\AOP\Wrapper|\PG\MSF\Base\Pool
获取对象池实例
\PG\MSF\Base\Pool | $pool | Pool实例 |
\PG\MSF\Base\Child | $coreBase | Core实例(通常为Controller实例) |
AOP包装的Pool切片实例