PHP Interface Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorGeneratorInterface

Datei anzeigen Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
generate ( string $title, string $parentPath = null ) : string Generates resource-locator with the given title and parent-path.

Method Details

generate() public method

Generates resource-locator with the given title and parent-path.
public generate ( string $title, string $parentPath = null ) : string
$title string
$parentPath string
return string