setReturnType() 공개 메소드

Set the retrun type
public setReturnType ( $returnType ) : Method
리턴 Method
예제 #1
0
 /**
  * @see \WsdlToPhp\PackageGenerator\Parser\Wsdl\AbstractTagOutputOutputParser::setKnownType()
  * @return TagOutput
  */
 protected function setKnownType(Method $method, $knownType)
 {
     $method->setReturnType($knownType);
     return $this;
 }