MetaModels\Factory::collectNames PHP Method

collectNames() public method

public collectNames ( )
    public function collectNames()
    {
        $event = new CollectMetaModelTableNamesEvent($this);
        $this->getEventDispatcher()->dispatch($event::NAME, $event);
        return $event->getMetaModelNames();
    }