PhpParser\Node\FunctionLike::returnsByRef PHP Method

returnsByRef() public method

Whether to return by reference
public returnsByRef ( ) : boolean
return boolean
    public function returnsByRef();

Usage Example

 /**
  * {@inheritDoc}
  */
 public function returnsReference()
 {
     return $this->functionLikeNode->returnsByRef();
 }