ManaPHP\Security\SecintInterface::encode PHP Method

encode() public method

Encodes a variable number of parameters to generate a hash.
public encode ( integer $id, string $type = '' ) : string
$id integer
$type string
return string the generated hash
    public function encode($id, $type = '');
SecintInterface