Tebru\Retrofit\Annotation\Headers::getName PHP 메소드

getName() 공개 메소드

The name of the annotation or class of annotations
public getName ( ) : string
리턴 string
    public function getName()
    {
        return self::NAME;
    }