returnsByRef() public method

Whether to return by reference
public returnsByRef ( ) : boolean
return boolean
 /**
  * {@inheritDoc}
  */
 public function returnsReference()
 {
     return $this->functionLikeNode->returnsByRef();
 }