PHP Trait Phalcon\Cache\Backend\Prefixable

Trait for backend cache adapters with support of "prefix" option.
Afficher le fichier Open project: phalcon/incubator Trait Usage Examples

Méthodes protégées

Méthode Description
getPrefixedIdentifier ( string $id ) : string Returns prefixed identifier.

Method Details

getPrefixedIdentifier() protected méthode

Returns prefixed identifier.
protected getPrefixedIdentifier ( string $id ) : string
$id string
Résultat string