PhpParser\Node\Expr\Closure::getReturnType PHP 메소드

getReturnType() 공개 메소드

public getReturnType ( )
    public function getReturnType() {
        return $this->returnType;
    }