PHP Class Sulu\Component\Webspace\Manager\Dumper\PhpWebspaceCollectionDumper

Inheritance: extends WebspaceCollectionDumper
Show file Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
__construct ( WebspaceCollection $webspaceCollection )
dump ( array $options = [] ) : string Creates a new class with the data from the given collection.

Method Details

__construct() public method

public __construct ( WebspaceCollection $webspaceCollection )
$webspaceCollection Sulu\Component\Webspace\Manager\WebspaceCollection

dump() public method

Creates a new class with the data from the given collection.
public dump ( array $options = [] ) : string
$options array
return string