PHP Class AwsInspector\Model\Route53\Repository

Datei anzeigen Open project: aoepeople/stackformation

Protected Properties

Property Type Description
$recordSets

Public Methods

Method Description
__construct ( $hostedZoneId ) Repository constructor.
findByRecordSet ( $regex )
findByRecordSetNameAndType ( $recordSetName, $type )
getAllRecordSets ( )

Method Details

__construct() public method

Repository constructor.
public __construct ( $hostedZoneId )
$hostedZoneId

findByRecordSet() public method

public findByRecordSet ( $regex )

findByRecordSetNameAndType() public method

public findByRecordSetNameAndType ( $recordSetName, $type )

getAllRecordSets() public method

public getAllRecordSets ( )

Property Details

$recordSets protected_oe property

protected $recordSets