Phalcon\Cache\Backend\Prefixable::getPrefixedIdentifier PHP Метод

getPrefixedIdentifier() защищенный Метод

Returns prefixed identifier.
protected getPrefixedIdentifier ( string $id ) : string
$id string
Результат string
    protected function getPrefixedIdentifier($id)
    {
        return $this->_prefix . $id;
    }