PHP Class Tebru\Retrofit\Annotation\Multipart

Author: Nate Brunette ([email protected])
Inheritance: implements Tebru\Dynamo\Annotation\DynamoAnnotation
ファイルを表示 Open project: tebru/retrofit-php Class Usage Examples

Public Methods

Method Description
__construct ( array $params ) Constructor
allowMultiple ( ) : boolean Whether or not multiple annotations of this type can be added to a method
getBoundary ( ) : string Get the boundary
getName ( ) : string The name of the annotation or class of annotations

Method Details

__construct() public method

Constructor
public __construct ( array $params )
$params array

allowMultiple() public method

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

getBoundary() public method

Get the boundary
public getBoundary ( ) : string
return string

getName() public method

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