Deprecated
Table of Contents
asset.php
| Line | Element | Reason |
|---|---|---|
| 217 | Asset::ImprovedPublicUrl() | This method is deprecated |
widget.php
| Line | Element | Reason |
|---|---|---|
| 270 | Master::handleSubViewList() | This method is deprecated |
| 689 | Master::fetchAssignedEntityList() | This method is obsolete and a relic from a certain project |
Request.php
| Line | Element | Reason |
|---|---|---|
| 52 | Request::createRequest() | This method is not used anymore and will be removed with version 6. Use \GuzzleHttp\Psr7\Request directly instead |
CookieJar.php
| Line | Element | Reason |
|---|---|---|
| 63 | CookieJar::getCookieValue() |
Uri.php
| Line | Element | Reason |
|---|---|---|
| 266 | Uri::removeDotSegments() | since version 1.4. Use UriResolver::removeDotSegments instead. |
| 282 | Uri::resolve() | since version 1.4. Use UriResolver::resolve instead. |
MemcachedOptions.php
| Line | Element | Reason |
|---|---|---|
| 106 | MemcachedOptions::setMemcachedResource() | Please use the resource manager instead |
| 129 | MemcachedOptions::getMemcachedResource() | Please use the resource manager instead |
| 226 | MemcachedOptions::addServer() | Please use the resource manager instead |
| 288 | MemcachedOptions::setLibOption() | Please use lib_options or the resource manager instead |
| 319 | MemcachedOptions::getLibOption() | Please use lib_options or the resource manager instead |
RedisResourceManager.php
| Line | Element | Reason |
|---|---|---|
| 80 | RedisResourceManager::getMayorVersion() | Use getMajorVersion instead |
Capabilities.php
| Line | Element | Reason |
|---|---|---|
| 413 | Capabilities::getExpiredRead() | This capability has been deprecated and will be removed in the future. Please use getStaticTtl() instead |
| 431 | Capabilities::setExpiredRead() | This capability has been deprecated and will be removed in the future. Please use setStaticTtl() instead |
AbstractFactoryInterface.php
| Line | Element | Reason |
|---|---|---|
| 37 | AbstractFactoryInterface | Use Zend\ServiceManager\Factory\AbstractFactoryInterface instead. |
AbstractPluginManager.php
| Line | Element | Reason |
|---|---|---|
| 193 | AbstractPluginManager::setServiceLocator() | since 3.0.0. The creation context should be passed during instantiation instead. |
DelegatorFactoryInterface.php
| Line | Element | Reason |
|---|---|---|
| 32 | DelegatorFactoryInterface | Use Zend\ServiceManager\Factory\DelegatorFactoryInterface instead. |
FactoryInterface.php
| Line | Element | Reason |
|---|---|---|
| 31 | FactoryInterface | Use Zend\ServiceManager\Factory\FactoryInterface instead. |
InitializerInterface.php
| Line | Element | Reason |
|---|---|---|
| 30 | InitializerInterface | Use Zend\ServiceManager\Initializer\InitializerInterface instead. |
ServiceManager.php
| Line | Element | Reason |
|---|---|---|
| 164 | ServiceManager::getServiceLocator() | since 3.0.0. Factories using 3.0 should use the container instance passed to the factory instead. |
ArrayUtils.php
| Line | Element | Reason |
|---|---|---|
| 303 | ArrayUtils::filter() | Since 3.2.0; use the native array_filter methods |
JsonSerializable.php
| Line | Element | Reason |
|---|---|---|
| 15 | JsonSerializable | Since 3.1.0; use the native JsonSerializable interface |
sanitize.php
| Line | Element | Reason |
|---|---|---|
| 447 | Sanitize::RoundedTime() |