Cascade\Config\Loader\ClassLoader\Resolver\ConstructorResolver::__construct PHP Метод

__construct() публичный Метод

Contructor
public __construct ( ReflectionClass $reflected )
$reflected ReflectionClass Reflection class for which you want to resolve constructor options
    public function __construct(\ReflectionClass $reflected)
    {
        $this->reflected = $reflected;
        $this->initConstructorArgs();
    }