PHP Class Pickle\Package\Util\JSON\Dumper

Afficher le fichier Open project: friendsofphp/pickle Class Usage Examples

Méthodes publiques

Méthode Description
dump ( Pickle\Base\Interfaces\Package $package, $with_version = true ) : string
dumpToFile ( Pickle\Base\Interfaces\Package $package, string $path, $with_version = true )

Method Details

dump() public méthode

public dump ( Pickle\Base\Interfaces\Package $package, $with_version = true ) : string
$package Pickle\Base\Interfaces\Package
Résultat string

dumpToFile() public méthode

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