N98\Util\Console\Enabler::__construct PHP Method

__construct() public method

public __construct ( Command $command )
$command Symfony\Component\Console\Command\Command
    public function __construct(Command $command)
    {
        $this->command = $command;
    }