Tebru\Retrofit\Annotation\Returns::getReturn PHP 메소드

getReturn() 공개 메소드

public getReturn ( ) : string
리턴 string
    public function getReturn()
    {
        return $this->return;
    }

Usage Example

예제 #1
0
 public function testSimple()
 {
     $annotation = new Returns(['value' => 'test']);
     $this->assertEquals('test', $annotation->getReturn());
 }
All Usage Examples Of Tebru\Retrofit\Annotation\Returns::getReturn