You are here

protected property AbstractClassMetadataFactory::$cacheSalt in Plug 7

Salt used by specific Object Manager implementation.

Type: string

File

lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php, line 46

Class

AbstractClassMetadataFactory
The ClassMetadataFactory is used to create ClassMetadata objects that contain all the metadata mapping informations of a class which describes how a class should be mapped to a relational database.

Namespace

Doctrine\Common\Persistence\Mapping

Code

protected $cacheSalt = '$CLASSMETADATA';