PHP Interface eZ\Publish\Core\FieldType\Image\AliasCleanerInterface

Show file Open project: ezsystems/ezpublish-kernel Interface Usage Examples

Public Methods

Method Description
removeAliases ( string $originalPath ) Removes all aliases corresponding to original image.

Method Details

removeAliases() public method

Removes all aliases corresponding to original image.
public removeAliases ( string $originalPath )
$originalPath string Path to original image which aliases have been created from.