setPhanFlags() public method

public setPhanFlags ( integer $phan_flags ) : void
$phan_flags integer
return void
Example #1
0
 public function setPhanFlags(int $phan_flags)
 {
     $this->element->setPhanFlags($phan_flags);
 }