PHP 클래스 Mmoreram\PHPFormatter\Fixer\StrictFixer

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

보호된 프로퍼티들

프로퍼티 타입 설명
$strict string Strict

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Construct method.
public __construct ( boolean $strict )
$strict boolean

fix() 공개 메소드

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

프로퍼티 상세

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

Strict
protected string $strict
리턴 string