| 1 | <?php | ||
| 18 | class AppKernel extends Kernel | ||
| 19 | { | ||
| 20 | /** | ||
| 21 |      * {@inheritdoc} | ||
| 22 | */ | ||
| 23 | public function registerBundles() | ||
| 31 | |||
| 32 | /** | ||
| 33 |      * {@inheritdoc} | ||
| 34 | */ | ||
| 35 | public function registerContainerConfiguration(LoaderInterface $loader) | ||
| 39 | |||
| 40 | /** | ||
| 41 | * Checks if a given class name belongs to an active bundle. | ||
| 42 | * | ||
| 43 | * @param string $class A class name | ||
| 44 | * | ||
| 45 | * @return bool true if the class belongs to an active bundle, false otherwise | ||
| 46 | * | ||
| 47 | * @deprecated since version 2.6, to be removed in 3.0. | ||
| 48 | */ | ||
| 49 | public function isClassInActiveBundle($class) | ||
| 53 | } | ||
| 54 | 
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.