class Account extends Model (View source)

Properties

string $accountId
protected $featuresType
protected $featuresDataType
string $fingerprint
string $name
string $path
bool $shareData
string $tagManagerUrl

Methods

setAccountId($accountId)

No description

string
getAccountId()

No description

setFeatures(AccountFeatures $features)

No description

getFeatures()

No description

setFingerprint($fingerprint)

No description

string
getFingerprint()

No description

setName($name)

No description

string
getName()

No description

setPath($path)

No description

string
getPath()

No description

setShareData($shareData)

No description

bool
getShareData()

No description

setTagManagerUrl($tagManagerUrl)

No description

string
getTagManagerUrl()

No description

Details

setAccountId($accountId)

No description

Parameters

$accountId

string getAccountId()

No description

Return Value

string

setFeatures(AccountFeatures $features)

No description

Parameters

AccountFeatures $features

AccountFeatures getFeatures()

No description

Return Value

AccountFeatures

setFingerprint($fingerprint)

No description

Parameters

$fingerprint

string getFingerprint()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setPath($path)

No description

Parameters

$path

string getPath()

No description

Return Value

string

setShareData($shareData)

No description

Parameters

$shareData

bool getShareData()

No description

Return Value

bool

setTagManagerUrl($tagManagerUrl)

No description

Parameters

$tagManagerUrl

string getTagManagerUrl()

No description

Return Value

string