PHP Class ec2dns\ec2host

Author: Dominik Tobschall (http://fruux.com/)
Show file Open project: fruux/ec2dns

Public Properties

Property Type Description
$emptyTag
$instances

Protected Properties

Property Type Description
$ec2
$instanceTag

Public Methods

Method Description
__construct ( ec2 $ec2, string $instanceTag = false ) Creates the class.

Protected Methods

Method Description
initFilters ( ) : void This method initializes the filters in the instance of ec2dns\ec2.
run ( ) : void This method executes the request via the instance of ec2dns\ec2 and stores the result in the class.

Method Details

__construct() public method

Creates the class.
public __construct ( ec2 $ec2, string $instanceTag = false )
$ec2 ec2
$instanceTag string

initFilters() protected method

This method initializes the filters in the instance of ec2dns\ec2.
protected initFilters ( ) : void
return void

run() protected method

This method executes the request via the instance of ec2dns\ec2 and stores the result in the class.
protected run ( ) : void
return void

Property Details

$ec2 protected property

protected $ec2

$emptyTag public property

public $emptyTag

$instanceTag protected property

protected $instanceTag

$instances public property

public $instances