PHP 클래스 Scalr\Model\Entity\WebhookEndpoint

부터: 4.5.2 (11.03.2014)
저자: Vitaliy Demidov ([email protected])
상속: extends Scalr\Model\AbstractEntity, implements Scalr\DataType\ScopeInterface
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$accountId integer The identifier of the client's account
$endpointId string The identifier of the webhook endpoint
$envId integer The identifier of the client's environment
$isValid boolean
$level integer The level
$securityKey string
$url string Endpoint url
$validationToken string

공개 메소드들

메소드 설명
__construct ( ) Constructor
getScope ( )
setScope ( $scope, $accountId, $envId )
validateUrl ( ) : boolean Validates url

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

getScope() 공개 메소드

또한 보기: Scalr\DataType\ScopeInterface::getScope()
public getScope ( )

setScope() 공개 메소드

public setScope ( $scope, $accountId, $envId )

validateUrl() 공개 메소드

Validates url
public validateUrl ( ) : boolean
리턴 boolean Returns true if url endpoint passes validation. It saves updated properties itself on success

프로퍼티 상세

$accountId 공개적으로 프로퍼티

The identifier of the client's account
public int $accountId
리턴 integer

$endpointId 공개적으로 프로퍼티

The identifier of the webhook endpoint
public string $endpointId
리턴 string

$envId 공개적으로 프로퍼티

The identifier of the client's environment
public int $envId
리턴 integer

$isValid 공개적으로 프로퍼티

public bool $isValid
리턴 boolean

$level 공개적으로 프로퍼티

The level
public int $level
리턴 integer

$securityKey 공개적으로 프로퍼티

public string $securityKey
리턴 string

$url 공개적으로 프로퍼티

Endpoint url
public string $url
리턴 string

$validationToken 공개적으로 프로퍼티

public string $validationToken
리턴 string