PHP Interface PartKeepr\CategoryBundle\Entity\CategoryPathInterface

Show file Open project: partkeepr/PartKeepr

Public Methods

Method Description
generateCategoryPath ( string $pathSeparator ) : string Generates the category path.
setCategoryPath ( string $categoryPath ) Sets the category path.

Method Details

generateCategoryPath() public method

Generates the category path.
public generateCategoryPath ( string $pathSeparator ) : string
$pathSeparator string The path separator
return string The category path

setCategoryPath() public method

Sets the category path.
public setCategoryPath ( string $categoryPath )
$categoryPath string The category path