PHP 클래스 AwsInspector\Model\Route53\Repository

파일 보기 프로젝트 열기: aoepeople/stackformation

보호된 프로퍼티들

프로퍼티 타입 설명
$recordSets

공개 메소드들

메소드 설명
__construct ( $hostedZoneId ) Repository constructor.
findByRecordSet ( $regex )
findByRecordSetNameAndType ( $recordSetName, $type )
getAllRecordSets ( )

메소드 상세

__construct() 공개 메소드

Repository constructor.
public __construct ( $hostedZoneId )
$hostedZoneId

findByRecordSet() 공개 메소드

public findByRecordSet ( $regex )

findByRecordSetNameAndType() 공개 메소드

public findByRecordSetNameAndType ( $recordSetName, $type )

getAllRecordSets() 공개 메소드

public getAllRecordSets ( )

프로퍼티 상세

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

protected $recordSets