PHP Class IpBlock, googleads-php-lib

  • IPv4 and IPv6 addresses
  • individual addresses (192.168.0.1)
  • masks for individual addresses (192.168.0.1/32)
  • masks for Class C networks (192.168.0.1/24)
This is disabled for AdX when it is contained within Operators: ADD, SET.
Inheritance: extends Criterion
Exibir arquivo Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$ipAddress string

Public Methods

Method Description
__construct ( $ipAddress = null, $id = null, $type = null, $CriterionType = 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 ( $ipAddress = null, $id = null, $type = null, $CriterionType = 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

$ipAddress public_oe property

public string $ipAddress
return string