PHP Class Xpressengine\Translation\LangData

.(dot) 기반의 item의 line으로 변형할 수 있게 도와주는 포매터 기능 제공
Author: XE Developers ([email protected])
Exibir arquivo Open project: xpressengine/xpressengine Class Usage Examples

Public Methods

Method Description
each ( Closure $closure ) : void
setData ( array $data ) : void
setLine ( string $item, string $locale, string $value ) : void

Method Details

each() public method

public each ( Closure $closure ) : void
$closure Closure 반복자
return void

setData() public method

public setData ( array $data ) : void
$data array 다국어 데이터
return void

setLine() public method

public setLine ( string $item, string $locale, string $value ) : void
$item string 아이템
$locale string 로케일
$value string 번역문
return void