PHP Class 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
Datei anzeigen Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$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

Public Methods

Method Description
__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

Method Details

__construct() public method

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() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$address public_oe property

public string $address
return string

$appliedLabels public_oe property

public AppliedLabel[] $appliedLabels
return AppliedLabel[]

$appliedTeamIds public_oe property

public integer[] $appliedTeamIds
return integer[]

$comment public_oe property

public string $comment
return string

$creditStatus public_oe property

public tnsCompanyCreditStatus $creditStatus
return tnsCompanyCreditStatus

$email public_oe property

public string $email
return string

$externalId public_oe property

public string $externalId
return string

$faxPhone public_oe property

public string $faxPhone
return string

$id public_oe property

public int $id
return integer

$lastModifiedDateTime public_oe property

public DateTime $lastModifiedDateTime
return DateTime

$name public_oe property

public string $name
return string

$primaryContactId public_oe property

public int $primaryContactId
return integer

$primaryPhone public_oe property

public string $primaryPhone
return string

$settings public_oe property

public CompanySettings $settings
return CompanySettings

$thirdPartyCompanyId public_oe property

public int $thirdPartyCompanyId
return integer

$type public_oe property

public tnsCompanyType $type
return tnsCompanyType