Documentation

DocumentOnTypeFormattingOptions
in package

Format document on type options

Table of Contents

Properties

$firstTriggerCharacter  : string
A character on which formatting should be triggered, like `}`.
$moreTriggerCharacter  : array<string|int, string>|null
More trigger characters.

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct([string|null $firstTriggerCharacter = null ][, array<string|int, string>|null $moreTriggerCharacter = null ]) : mixed
Parameters
$firstTriggerCharacter : string|null = null
$moreTriggerCharacter : array<string|int, string>|null = null

        
On this page

Search results