PHP Class Pimcore\Google\Analytics

Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$defaultPath null
$stack array

Protected Properties

Свойство Type Description
$additionalCodes array

Méthodes publiques

Méthode Description
addAdditionalCode ( string $code, string $where = "beforeEnd" )
getCode ( null $config = null ) : string
getDefaultPath ( ) : null
getSiteConfig ( null $site = null ) : boolean
isConfigured ( Site $site = null ) : boolean
setDefaultPath ( $defaultPath )
trackElement ( Pimcore\Model\Element\ElementInterface $element )
trackPageView ( $path )

Method Details

addAdditionalCode() public static méthode

public static addAdditionalCode ( string $code, string $where = "beforeEnd" )
$code string
$where string

getCode() public static méthode

public static getCode ( null $config = null ) : string
$config null
Résultat string

getDefaultPath() public static méthode

public static getDefaultPath ( ) : null
Résultat null

getSiteConfig() public static méthode

public static getSiteConfig ( null $site = null ) : boolean
$site null
Résultat boolean

isConfigured() public static méthode

public static isConfigured ( Site $site = null ) : boolean
$site Pimcore\Model\Site
Résultat boolean

setDefaultPath() public static méthode

public static setDefaultPath ( $defaultPath )
$defaultPath

trackElement() public static méthode

public static trackElement ( Pimcore\Model\Element\ElementInterface $element )
$element Pimcore\Model\Element\ElementInterface

trackPageView() public static méthode

public static trackPageView ( $path )
$path

Property Details

$additionalCodes protected_oe static_oe property

protected static array $additionalCodes
Résultat array

$defaultPath public_oe static_oe property

public static null $defaultPath
Résultat null

$stack public_oe static_oe property

public static array $stack
Résultat array