Phrocco\PhroccoGroup::__construct PHP Method

__construct() public method

###Constructor method, Prepares class using command line options provided.
public __construct ( array $options )
$options array receives the command line options to decide where to choose files and output docs.
    public function __construct($options)
    {
        $sources = array();
        $this->options = $options + $this->defaults;
    }