PHP 클래스 Sylius\Bundle\CoreBundle\Installer\Checker\SyliusRequirementsChecker

저자: Mateusz Zalewski ([email protected])
상속: implements Sylius\Bundle\CoreBundle\Installer\Checker\RequirementsCheckerInterface
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
__construct ( Sylius\Bundle\CoreBundle\Installer\Requirement\SyliusRequirements $syliusRequirements )
check ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

비공개 메소드들

메소드 설명
checkRequirementsInCollection ( Sylius\Bundle\CoreBundle\Installer\Requirement\RequirementCollection $collection, TableRenderer $notFulfilledTable, TableRenderer $helpTable, mixed $verbose )
getRequirementRequiredMessage ( Sylius\Bundle\CoreBundle\Installer\Requirement\Requirement $requirement ) : string

메소드 상세

__construct() 공개 메소드

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

check() 공개 메소드

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