PHP 트레잇 Phalcon\Cache\Backend\Prefixable

Trait for backend cache adapters with support of "prefix" option.
파일 보기 프로젝트 열기: phalcon/incubator 2 사용 예제들

보호된 메소드들

메소드 설명
getPrefixedIdentifier ( string $id ) : string Returns prefixed identifier.

메소드 상세

getPrefixedIdentifier() 보호된 메소드

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