PHP Class Sylius\Bundle\CoreBundle\Installer\Checker\SyliusRequirementsChecker

Author: Mateusz Zalewski ([email protected])
Inheritance: implements Sylius\Bundle\CoreBundle\Installer\Checker\RequirementsCheckerInterface
Show file Open project: sylius/sylius

Public Methods

Method Description
__construct ( Sylius\Bundle\CoreBundle\Installer\Requirement\SyliusRequirements $syliusRequirements )
check ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
checkRequirementsInCollection ( Sylius\Bundle\CoreBundle\Installer\Requirement\RequirementCollection $collection, TableRenderer $notFulfilledTable, TableRenderer $helpTable, mixed $verbose )
getRequirementRequiredMessage ( Sylius\Bundle\CoreBundle\Installer\Requirement\Requirement $requirement ) : string

Method Details

__construct() public method

public __construct ( Sylius\Bundle\CoreBundle\Installer\Requirement\SyliusRequirements $syliusRequirements )
$syliusRequirements Sylius\Bundle\CoreBundle\Installer\Requirement\SyliusRequirements

check() public method

public check ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface