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
파일 보기 프로젝트 열기: googleads/googleads-php-lib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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