returnsByRef() 공개 메소드

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