PHP Interface Sulu\Component\Hash\HasherInterface

Show file Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
hash ( object $object ) : string Hashes the given object to a string.

Method Details

hash() public method

Hashes the given object to a string.
public hash ( object $object ) : string
$object object
return string