class MatchUrlExactAnnotation extends Annotation implements IMatchUrlAnnotation (View source)

Annotation describing the exact URL matching.

Properties

string $url URL.

Methods

void
initAnnotation(array $properties)

Initialize the annotation.

boolean
isValid()

Validates required data.

Details

void initAnnotation(array $properties)

Initialize the annotation.

Parameters

array $properties Annotation parameters.

Return Value

void

boolean isValid()

Validates required data.

Return Value

boolean