isInternal() public method

public isInternal ( ) : boolean
return boolean True if this was an internal PHP object
コード例 #1
0
ファイル: PassByReferenceVariable.php プロジェクト: etsy/phan
 public function isInternal() : bool
 {
     return $this->element->isInternal();
 }