PHP 클래스 PhpCsFixer\Fixer\Comment\HeaderCommentFixer

저자: Antonio J. García Lagar ([email protected])
저자: SpacePossum
상속: extends PhpCsFixer\AbstractFixer, implements PhpCsFixer\Fixer\ConfigurableFixerInterface, implements PhpCsFixer\Fixer\WhitespacesAwareFixerInterface
파일 보기 프로젝트 열기: friendsofphp/php-cs-fixer

공개 메소드들

메소드 설명
configure ( array $configuration = null )
fix ( SplFileInfo $file, Tokens $tokens )
isCandidate ( Tokens $tokens )

보호된 메소드들

메소드 설명
getDescription ( )

비공개 메소드들

메소드 설명
encloseTextInComment ( string $header, integer $type ) : string Enclose the given text in a comment block.
findHeaderCommentCurrentIndex ( Tokens $tokens, integer $headerNewIndex ) : integer | null Find the header comment index.
findHeaderCommentInsertionIndex ( Tokens $tokens ) : integer Find the index where the header comment must be inserted.
fixWhiteSpaceAroundHeader ( Tokens $tokens, integer $headerIndex )
getLineBreakCount ( Tokens $tokens, integer $indexStart, integer $indexEnd ) : integer
insertHeader ( Tokens $tokens, integer $index )
parseConfiguration ( array $configuration = null ) : array

메소드 상세

configure() 공개 메소드

The following configuration options are allowed: - commentType PHPDoc|comment* - location after_open|after_declare_strict* - separate top|bottom|none|both* (* is the default when the item is omitted)
public configure ( array $configuration = null )
$configuration array

fix() 공개 메소드

public fix ( SplFileInfo $file, Tokens $tokens )
$file SplFileInfo
$tokens PhpCsFixer\Tokenizer\Tokens

getDescription() 보호된 메소드

protected getDescription ( )

isCandidate() 공개 메소드

public isCandidate ( Tokens $tokens )
$tokens PhpCsFixer\Tokenizer\Tokens