예제 #1
0
파일: FunctionTrait.php 프로젝트: etsy/phan
 /**
  * @return bool
  * True if this method yields any value(i.e. it is a \Generator)
  */
 public function getHasYield() : bool
 {
     return Flags::bitVectorHasState($this->getPhanFlags(), Flags::HAS_YIELD);
 }