PHP Trait Phalcon\Cache\Backend\Prefixable

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

Protected Methods

Method Description
getPrefixedIdentifier ( string $id ) : string Returns prefixed identifier.

Method Details

getPrefixedIdentifier() protected method

Returns prefixed identifier.
protected getPrefixedIdentifier ( string $id ) : string
$id string
return string