Components_Release_Notes::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Components_Output $output )
$output Components_Output Accepts output.
    public function __construct(Components_Output $output)
    {
        $this->_output = $output;
    }