Prado\Data\SqlMap\Configuration\TSqlMapCacheKey::__construct PHP Méthode

__construct() public méthode

public __construct ( $object )
    public function __construct($object)
    {
        $this->_key = $this->generateKey(serialize($object));
    }