改名
This commit is contained in:
@@ -250,7 +250,7 @@ abstract class BaseApplication extends Service
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Processes
|
* @return Annotation
|
||||||
* @throws ComponentException
|
* @throws ComponentException
|
||||||
*/
|
*/
|
||||||
public function getAnnotation()
|
public function getAnnotation()
|
||||||
@@ -260,7 +260,7 @@ abstract class BaseApplication extends Service
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Processes
|
* @return Connection
|
||||||
* @throws ComponentException
|
* @throws ComponentException
|
||||||
*/
|
*/
|
||||||
public function getConnections()
|
public function getConnections()
|
||||||
@@ -270,7 +270,7 @@ abstract class BaseApplication extends Service
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Processes
|
* @return Pool
|
||||||
* @throws ComponentException
|
* @throws ComponentException
|
||||||
*/
|
*/
|
||||||
public function getPool()
|
public function getPool()
|
||||||
@@ -279,7 +279,7 @@ abstract class BaseApplication extends Service
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Processes
|
* @return Response
|
||||||
* @throws ComponentException
|
* @throws ComponentException
|
||||||
*/
|
*/
|
||||||
public function getResponse()
|
public function getResponse()
|
||||||
@@ -288,7 +288,7 @@ abstract class BaseApplication extends Service
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Processes
|
* @return Request
|
||||||
* @throws ComponentException
|
* @throws ComponentException
|
||||||
*/
|
*/
|
||||||
public function getRequest()
|
public function getRequest()
|
||||||
@@ -298,7 +298,7 @@ abstract class BaseApplication extends Service
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Processes
|
* @return Config
|
||||||
* @throws ComponentException
|
* @throws ComponentException
|
||||||
*/
|
*/
|
||||||
public function getConfig()
|
public function getConfig()
|
||||||
@@ -309,7 +309,7 @@ abstract class BaseApplication extends Service
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Processes
|
* @return Router
|
||||||
* @throws ComponentException
|
* @throws ComponentException
|
||||||
*/
|
*/
|
||||||
public function getRouter()
|
public function getRouter()
|
||||||
@@ -319,7 +319,7 @@ abstract class BaseApplication extends Service
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Processes
|
* @return Jwt
|
||||||
* @throws ComponentException
|
* @throws ComponentException
|
||||||
*/
|
*/
|
||||||
public function getJwt()
|
public function getJwt()
|
||||||
|
|||||||
Reference in New Issue
Block a user