PHP 클래스 Plum\Plum\Converter\NullConverter

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

보호된 프로퍼티들

프로퍼티 타입 설명
$nullValue mixed

공개 메소드들

메소드 설명
__construct ( mixed $nullValue = '' )
convert ( mixed $item ) : mixed

메소드 상세

__construct() 공개 메소드

public __construct ( mixed $nullValue = '' )
$nullValue mixed

convert() 공개 메소드

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

프로퍼티 상세

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

protected mixed $nullValue
리턴 mixed