Пример #1
0
 function lookup(Expression $exp)
 {
     return $this->expressionstore[$exp->getKey()];
 }
Пример #2
0
 public function get(Expression $e)
 {
     return $this->data[$e->getKey()];
 }