Tebru\Retrofit\Annotation\Returns::getReturn PHP Method

getReturn() public method

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

Usage Example

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