AdobeConnectClient\Entities\CommonInfo
Result for Common Info Action
Synopsis
class CommonInfo
{
- // members
- protected $locale = NULL;
- protected $timeZoneId = NULL;
- protected $cookie = NULL;
- protected DateTimeImmutable $date = NULL;
- protected $host = NULL;
- protected $localHost = NULL;
- protected $adminHost = NULL;
- protected $url = NULL;
- protected $version = NULL;
- protected $accountId = NULL;
- // methods
- public string getLocale()
- public int getTimeZoneId()
- public string getCookie()
- public DateTimeImmutable getDate()
- public string getHost()
- public string getLocalHost()
- public string getAdminHost()
- public string getUrl()
- public string getVersion()
- public int getAccountId()
- public void setLocale()
- public void setTimeZoneId()
- public void setCookie()
- public void setDate()
- public void setHost()
- public void setLocalHost()
- public void setAdminHost()
- public void setUrl()
- public void setVersion()
- public void setAccountId()
Coverage
Methods | 0% | 0 / 20 |
Lines | 0% | / |
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
201 | StaticAccess | Avoid using static access to class '\AdobeConnectClient\Helpers\ValueTransform' in method 'setDate'. |
Members
protected
- $accountId — int
-
$adminHost
@var string - $date — \DateTimeImmutable
-
$host
@var string -
$localHost
@var string -
$locale
@var string - $timeZoneId
—
int
Time Zone ID list in {@link https://helpx.adobe.com/adobe-connect/webservices/common-xml-elements-attributes.html#time_zone_id} -
$url
@var string -
$version
@var string
Methods
public
- getAccountId() — Get the Account ID
- getAdminHost() — Get the Admin Host
- getCookie() — Get the Cookie
- getDate() — Get the Date
- getHost() — Get the Host
- getLocalHost() — Get the Local Host
- getLocale() — Get the Locale
- getTimeZoneId() — Get the Timezone ID
- getUrl() — Get the URL
- getVersion() — Get the Version
- setAccountId() — Set the Account ID
- setAdminHost() — Set the Admin Host
- setCookie() — Set the Cookie
- setDate() — Set the Date
- setHost() — Set the Host
- setLocalHost() — Set the Local Host
- setLocale() — Set the Locale
- setTimeZoneId() — Set the Timezone ID
- setUrl() — Set the URL
- setVersion() — Set the Version