Phalcon\Cache\Backend\Prefixable::getPrefixedIdentifier PHP Méthode

getPrefixedIdentifier() protected méthode

Returns prefixed identifier.
protected getPrefixedIdentifier ( string $id ) : string
$id string
Résultat string
    protected function getPrefixedIdentifier($id)
    {
        return $this->_prefix . $id;
    }