PHP Class Tebru\Retrofit\Annotation\BaseUrl

Use this annotation to override the base url
Author: Nate Brunette ([email protected])
Inheritance: extends VariableMapper, implements Tebru\Dynamo\Annotation\DynamoAnnotation
Datei anzeigen Open project: tebru/retrofit-php

Public Methods

Method Description
allowMultiple ( ) : boolean Whether or not multiple annotations of this type can be added to a method
getName ( ) : string The name of the annotation or class of annotations

Method Details

allowMultiple() public method

Whether or not multiple annotations of this type can be added to a method
public allowMultiple ( ) : boolean
return boolean

getName() public method

The name of the annotation or class of annotations
public getName ( ) : string
return string