PHP 클래스 Mmoreram\PHPFormatter\Fixer\HeaderFixer

상속: implements Mmoreram\PHPFormatter\Fixer\Interfaces\FixerInterface
파일 보기 프로젝트 열기: mmoreram/php-formatter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$header string Header

공개 메소드들

메소드 설명
__construct ( string $header ) Construct method.
fix ( string $data ) : string Fix any piece of code given as parameter.

메소드 상세

__construct() 공개 메소드

Construct method.
public __construct ( string $header )
$header string Header

fix() 공개 메소드

Fix any piece of code given as parameter.
public fix ( string $data ) : string
$data string Data
리턴 string Data fixed

프로퍼티 상세

$header 보호되어 있는 프로퍼티

Header
protected string $header
리턴 string