PHP Class UserRecord, googleads-php-lib

Inheritance: extends TActiveRecord
Show file Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$email string
$id integer
$name string
$preferredLocale string
$roleId integer
$roleName string

Public Methods

Method Description
__construct ( $id = null, $name = null, $email = null, $roleId = null, $roleName = null )
__construct ( $id = null, $name = null, $email = null, $roleId = null, $roleName = null, $preferredLocale = 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, $email = null, $roleId = null, $roleName = null )

__construct() public method

public __construct ( $id = null, $name = null, $email = null, $roleId = null, $roleName = null, $preferredLocale = 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

$email public property

public string $email
return string

$id public property

public int $id
return integer

$name public property

public string $name
return string

$preferredLocale public property

public string $preferredLocale
return string

$roleId public property

public int $roleId
return integer

$roleName public property

public string $roleName
return string