ManaPHP\Security\SecintInterface::encode PHP Метод

encode() публичный Метод

Encodes a variable number of parameters to generate a hash.
public encode ( integer $id, string $type = '' ) : string
$id integer
$type string
Результат string the generated hash
    public function encode($id, $type = '');
SecintInterface