setPhanFlags() public method

public setPhanFlags ( integer $phan_flags ) : void
$phan_flags integer
return void
コード例 #1
0
ファイル: PassByReferenceVariable.php プロジェクト: etsy/phan
 public function setPhanFlags(int $phan_flags)
 {
     $this->element->setPhanFlags($phan_flags);
 }