Class NullProvider
Null Service Provider object
This provider will be used whenever there is no provider defined for the service name requested. This will allow service consumers to avoid handling the condition of a service not being available.
Any calls to service methods will return NULL.
Any read of service properties will return null, and any check for isset() will return false.
- Xoops\Core\Service\Provider
- Xoops\Core\Service\NullProvider
Namespace: Xoops\Core\Service
Package: Xoops\Core
Category: Xoops\Core\Service\NullProvider
Copyright: 2013-2015 The XOOPS Project https://github.com/XOOPS/XoopsCore
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Version: Release: 1.0
Since: 2.6.0
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Service/NullProvider.php
Package: Xoops\Core
Category: Xoops\Core\Service\NullProvider
Copyright: 2013-2015 The XOOPS Project https://github.com/XOOPS/XoopsCore
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Version: Release: 1.0
Since: 2.6.0
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Service/NullProvider.php
public
|
|
public
boolean
|
|
public
|
|
public
null
|
|
public
false
|
|
public
|
|
public
|
|
public static
|
#
__callStatic( string $name, mixed $arguments )
All static methods go here and will return null response |
getProviderMode(),
getRegistered(),
register(),
sortProviders()
|
$manager,
$providers,
$service
|