Ejemplo n.º 1
0
 public function getAllClassNames()
 {
     if (null === $this->_classCache) {
         $this->initialize();
     }
     return array_merge(parent::getAllClassNames(), array_keys($this->_classCache));
 }