예제 #1
0
파일: Map.php 프로젝트: retentio/boomgo
 /**
  * Add a definition
  *
  * @param Definition $definition
  */
 public function addDefinition(Definition $definition)
 {
     $attribute = $definition->getAttribute();
     $key = $definition->getKey();
     $this->mongoIndex[$key] = $attribute;
     $this->definitions[$attribute] = $definition;
 }