hash() final public method

Returns a value hash for the expression.
final public hash ( ) : string
return string
コード例 #1
0
ファイル: AnalysisContext.php プロジェクト: timetoogo/pinq
 public function createReference(O\Expression $expression, O\Expression $referencedExpression)
 {
     $this->expressionTypes[$expression->hash()] =& $this->expressionTypes[$referencedExpression->hash()];
 }