PHP 클래스 Plum\Plum\Converter\MappingConverter

저자: Florian Eckerstorfer ([email protected])
상속: implements Plum\Plum\Converter\ConverterInterface
파일 보기 프로젝트 열기: plumphp/plum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$mappings array

공개 메소드들

메소드 설명
__construct ( array $mappings = [] )
addMapping ( string | array $from, string | array $to, boolean $remove = true ) : MappingConverter
convert ( mixed $item ) : mixed

메소드 상세

__construct() 공개 메소드

public __construct ( array $mappings = [] )
$mappings array

addMapping() 공개 메소드

public addMapping ( string | array $from, string | array $to, boolean $remove = true ) : MappingConverter
$from string | array
$to string | array
$remove boolean
리턴 MappingConverter

convert() 공개 메소드

public convert ( mixed $item ) : mixed
$item mixed
리턴 mixed

프로퍼티 상세

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

protected array $mappings
리턴 array