| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
Zend Framework (http://framework.zend.com/)
| Copyright: | Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| File Size: | 48 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
StrategyEnabledInterface:: (4 methods):
addStrategy()
getStrategy()
hasStrategy()
removeStrategy()
Interface: StrategyEnabledInterface - X-Ref
| addStrategy($name, StrategyInterface $strategy) X-Ref |
| Adds the given strategy under the given name. param: string $name The name of the strategy to register. param: StrategyInterface $strategy The strategy to register. return: StrategyEnabledInterface |
| getStrategy($name) X-Ref |
| Gets the strategy with the given name. param: string $name The name of the strategy to get. return: StrategyInterface |
| hasStrategy($name) X-Ref |
| Checks if the strategy with the given name exists. param: string $name The name of the strategy to check for. return: bool |
| removeStrategy($name) X-Ref |
| Removes the strategy with the given name. param: string $name The name of the strategy to remove. return: StrategyEnabledInterface |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |