PHP 클래스 ec2dns\ec2host

저자: Dominik Tobschall (http://fruux.com/)
파일 보기 프로젝트 열기: fruux/ec2dns

공개 프로퍼티들

프로퍼티 타입 설명
$emptyTag
$instances

보호된 프로퍼티들

프로퍼티 타입 설명
$ec2
$instanceTag

공개 메소드들

메소드 설명
__construct ( ec2 $ec2, string $instanceTag = false ) Creates the class.

보호된 메소드들

메소드 설명
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.

메소드 상세

__construct() 공개 메소드

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

initFilters() 보호된 메소드

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

run() 보호된 메소드

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

프로퍼티 상세

$ec2 보호되어 있는 프로퍼티

protected $ec2

$emptyTag 공개적으로 프로퍼티

public $emptyTag

$instanceTag 보호되어 있는 프로퍼티

protected $instanceTag

$instances 공개적으로 프로퍼티

public $instances