PHP Класс gossi\codegen\generator\utils\Writer

This may be used to simplify writing well-formatted code.
Автор: Johannes M. Schmitt ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( $options = [] )
endsWith ( $search )
getContent ( )
indent ( )
outdent ( )
reset ( )
rtrim ( )
write ( string $content )
writeln ( string $content = '' )

Описание методов

__construct() публичный метод

public __construct ( $options = [] )

endsWith() публичный метод

public endsWith ( $search )

getContent() публичный метод

public getContent ( )

indent() публичный метод

public indent ( )

outdent() публичный метод

public outdent ( )

reset() публичный метод

public reset ( )

rtrim() публичный метод

public rtrim ( )

write() публичный метод

public write ( string $content )
$content string

writeln() публичный метод

public writeln ( string $content = '' )
$content string