/**
  *
  * get dependencies configuration for DependentObjectTrait
  */
 protected function getDependenciesConfig()
 {
     return array(array('name' => 'Doctrine\\ORM\\EntityManager', 'object' => $this->entityManager), array('name' => 'Zend\\Authentication\\Storage\\StorageInterface', 'object' => $this->container), array('name' => Session::getEntityClass(), 'object' => $this->sessionPrototype));
 }