getFlags() public method

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