PHP 클래스 Pickle\Package\Util\JSON\Dumper

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

공개 메소드들

메소드 설명
dump ( Pickle\Base\Interfaces\Package $package, $with_version = true ) : string
dumpToFile ( Pickle\Base\Interfaces\Package $package, string $path, $with_version = true )

메소드 상세

dump() 공개 메소드

public dump ( Pickle\Base\Interfaces\Package $package, $with_version = true ) : string
$package Pickle\Base\Interfaces\Package
리턴 string

dumpToFile() 공개 메소드

public dumpToFile ( Pickle\Base\Interfaces\Package $package, string $path, $with_version = true )
$package Pickle\Base\Interfaces\Package
$path string