PHP 클래스 SensioLabs\Security\Formatters\TextFormatter

상속: implements SensioLabs\Security\Formatters\FormatterInterface
파일 보기 프로젝트 열기: sensiolabs/security-checker 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Console\Helper\FormatterHelper $formatter )
displayResults ( Symfony\Component\Console\Output\OutputInterface $output, string $lockFilePath, array $vulnerabilities ) Displays a security report as plain text.

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Console\Helper\FormatterHelper $formatter )
$formatter Symfony\Component\Console\Helper\FormatterHelper

displayResults() 공개 메소드

Displays a security report as plain text.
public displayResults ( Symfony\Component\Console\Output\OutputInterface $output, string $lockFilePath, array $vulnerabilities )
$output Symfony\Component\Console\Output\OutputInterface
$lockFilePath string The file path to the checked lock file
$vulnerabilities array An array of vulnerabilities