예제 #1
0
 function lookup(Expression $exp)
 {
     return $this->expressionstore[$exp->getKey()];
 }
예제 #2
0
 public function get(Expression $e)
 {
     return $this->data[$e->getKey()];
 }