Phalcon\Annotations\Adapter\Aerospike::prepareKey PHP Method

prepareKey() protected method

protected prepareKey ( string $key ) : string
$key string
return string
    protected function prepareKey($key)
    {
        return strval($key);
    }