AppserverIo\Appserver\Core\AbstractManager::getReflectionClass PHP Méthode

getReflectionClass() public méthode

Returns a reflection class intance for the passed class name.
See also: DependencyInjectionContainer\Interfaces\ProviderInterface::getReflectionClass()
public getReflectionClass ( string $className ) : AppserverIo\Lang\Reflection\ReflectionClass
$className string The class name to return the reflection class instance for
Résultat AppserverIo\Lang\Reflection\ReflectionClass The reflection instance
    public function getReflectionClass($className)
    {
        return $this->getApplication()->search('ProviderInterface')->getReflectionClass($className);
    }