Example #1
0
 /**
  * Entity manager class for storing information and meta-data about entities
  */
 public function entityManager()
 {
     if (null === self::$_entityManager) {
         self::$_entityManager = new Spot_Entity_Manager();
     }
     return self::$_entityManager;
 }