PHP 클래스 JBZoo\Data\Yml

상속: extends Data
파일 보기 프로젝트 열기: jbzoo/data

보호된 메소드들

메소드 설명
_decode ( string $string ) : mixed Utility Method to unserialize the given data
_encode ( mixed $data ) : string Utility Method to serialize the given data

메소드 상세

_decode() 보호된 메소드

Utility Method to unserialize the given data
protected _decode ( string $string ) : mixed
$string string
리턴 mixed

_encode() 보호된 메소드

Utility Method to serialize the given data
protected _encode ( mixed $data ) : string
$data mixed The data to serialize
리턴 string The serialized data