MultilineStringToHeredocFixer
        
        extends AbstractFixer
    
    
            
            in package
            
        
    
    
    
FinalYes
Tags
Table of Contents
Methods
- getDefinition() : FixerDefinitionInterface
- getPriority() : int
- {@inheritdoc}
- isCandidate() : bool
- applyFix() : void
- convertStringToHeredoc() : void
Methods
getDefinition()
    public
                    getDefinition() : FixerDefinitionInterface
    Return values
FixerDefinitionInterfacegetPriority()
{@inheritdoc}
    public
                    getPriority() : int
    Must run before EscapeImplicitBackslashesFixer, HeredocIndentationFixer, StringImplicitBackslashesFixer.
Return values
intisCandidate()
    public
                    isCandidate(Tokens $tokens) : bool
    Parameters
- $tokens : Tokens
Return values
boolapplyFix()
    protected
                    applyFix(SplFileInfo $file, Tokens $tokens) : void
    Parameters
- $file : SplFileInfo
- $tokens : Tokens
convertStringToHeredoc()
    private
                    convertStringToHeredoc(Tokens $tokens, int $stringStartIndex, int $stringEndIndex) : void
    Parameters
- $tokens : Tokens
- $stringStartIndex : int
- $stringEndIndex : int