public function getNamespaces() : array { if (!isset($this->namespaces)) { $this->inspectApplication(); } return $this->namespaces; }