PhpGitHooks\Module\Configuration\Domain\Composer::__construct PHP Method

__construct() public method

Composer constructor.
public __construct ( Undefined $undefined, Enabled $enabled )
$undefined Undefined
$enabled Enabled
    public function __construct(Undefined $undefined, Enabled $enabled)
    {
        $this->enabled = $enabled;
        $this->undefined = $undefined;
    }