N98\Util\Console\Enabler::__construct PHP Метод

__construct() публичный Метод

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