PHP Класс Company, googleads-php-lib

Copyright (C) 2006 OrangeHRM Inc., http://www.orangehrm.com OrangeHRM is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. OrangeHRM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$address string
$appliedLabels AppliedLabel[]
$appliedTeamIds integer[]
$comment string
$creditStatus tnsCompanyCreditStatus
$email string
$externalId string
$faxPhone string
$id integer
$lastModifiedDateTime DateTime
$name string
$primaryContactId integer
$primaryPhone string
$settings CompanySettings
$thirdPartyCompanyId integer
$type tnsCompanyType

Открытые методы

Метод Описание
__construct ( $id = null, $name = null, $type = null, $address = null, $email = null, $faxPhone = null, $primaryPhone = null, $externalId = null, $comment = null, $creditStatus = null, $settings = null, $appliedLabels = null, $primaryContactId = null, $appliedTeamIds = null, $thirdPartyCompanyId = null, $lastModifiedDateTime = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Описание методов

__construct() публичный Метод

public __construct ( $id = null, $name = null, $type = null, $address = null, $email = null, $faxPhone = null, $primaryPhone = null, $externalId = null, $comment = null, $creditStatus = null, $settings = null, $appliedLabels = null, $primaryContactId = null, $appliedTeamIds = null, $thirdPartyCompanyId = null, $lastModifiedDateTime = null )

getNamespace() публичный Метод

Gets the namesapce of this class
public getNamespace ( ) : string
Результат string the namespace of this class

getXsiTypeName() публичный Метод

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Результат string the xsi:type name of this class

Описание свойств

$address публичное свойство

public string $address
Результат string

$appliedLabels публичное свойство

public AppliedLabel[] $appliedLabels
Результат AppliedLabel[]

$appliedTeamIds публичное свойство

public integer[] $appliedTeamIds
Результат integer[]

$comment публичное свойство

public string $comment
Результат string

$creditStatus публичное свойство

public tnsCompanyCreditStatus $creditStatus
Результат tnsCompanyCreditStatus

$email публичное свойство

public string $email
Результат string

$externalId публичное свойство

public string $externalId
Результат string

$faxPhone публичное свойство

public string $faxPhone
Результат string

$id публичное свойство

public int $id
Результат integer

$lastModifiedDateTime публичное свойство

public DateTime $lastModifiedDateTime
Результат DateTime

$name публичное свойство

public string $name
Результат string

$primaryContactId публичное свойство

public int $primaryContactId
Результат integer

$primaryPhone публичное свойство

public string $primaryPhone
Результат string

$settings публичное свойство

public CompanySettings $settings
Результат CompanySettings

$thirdPartyCompanyId публичное свойство

public int $thirdPartyCompanyId
Результат integer

$type публичное свойство

public tnsCompanyType $type
Результат tnsCompanyType