PHP 클래스 Cml\Console\Format\Format

파일 보기 프로젝트 열기: linhecheng/cmlphp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$backgroundColors integer 背景色
$foregroundColors integer 前景色
$indent integer 缩进多少个空格
$quote string 前置符号

공개 메소드들

메소드 설명
__construct ( array $options = [] ) 构造方法
format ( string $text ) : string 格式化文本
setOptions ( array $options ) 设置参数

메소드 상세

__construct() 공개 메소드

构造方法
public __construct ( array $options = [] )
$options array 配置参数

format() 공개 메소드

格式化文本
public format ( string $text ) : string
$text string
리턴 string

setOptions() 공개 메소드

设置参数
public setOptions ( array $options )
$options array

프로퍼티 상세

$backgroundColors 보호되어 있는 프로퍼티

背景色
protected int $backgroundColors
리턴 integer

$foregroundColors 보호되어 있는 프로퍼티

前景色
protected int $foregroundColors
리턴 integer

$indent 보호되어 있는 프로퍼티

缩进多少个空格
protected int $indent
리턴 integer

$quote 보호되어 있는 프로퍼티

前置符号
protected string $quote
리턴 string