Cascade\Config\Loader\ClassLoader\Resolver\ConstructorResolver::__construct PHP Method

__construct() public method

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();
    }