AsyncTask: Deprecate methods removed in 2c4f2810d2654375c2b834fe12999b465bfa2caf

This commit is contained in:
Dylan K. Taylor 2019-07-26 19:52:26 +01:00
parent bb048fb361
commit cb247a5f28

View File

@ -127,6 +127,7 @@ abstract class AsyncTask extends Collectable{
} }
/** /**
* @deprecated
* @see AsyncWorker::getFromThreadStore() * @see AsyncWorker::getFromThreadStore()
* *
* @param string $identifier * @param string $identifier
@ -141,6 +142,7 @@ abstract class AsyncTask extends Collectable{
} }
/** /**
* @deprecated
* @see AsyncWorker::saveToThreadStore() * @see AsyncWorker::saveToThreadStore()
* *
* @param string $identifier * @param string $identifier
@ -154,6 +156,7 @@ abstract class AsyncTask extends Collectable{
} }
/** /**
* @deprecated
* @see AsyncWorker::removeFromThreadStore() * @see AsyncWorker::removeFromThreadStore()
* *
* @param string $identifier * @param string $identifier