Language Converter
Finite-State Transducer implementation of MediaWiki LanguageConverter
Loading...
Searching...
No Matches
Wikimedia\LangConv\BracketResult Class Reference

A simple tuple type for the results of ReplacementMachine::countBrackets(). More...

Public Member Functions

 __construct (int $safe, int $unsafe, int $length)
 Create a new BracketResult.
 

Public Attributes

 $safe
 
 $unsafe
 
 $length
 

Detailed Description

A simple tuple type for the results of ReplacementMachine::countBrackets().

Constructor & Destructor Documentation

◆ __construct()

Wikimedia\LangConv\BracketResult::__construct ( int $safe,
int $unsafe,
int $length )

Create a new BracketResult.

Parameters
int$safe
int$unsafe
int$length

The documentation for this class was generated from the following file: