Barryvdh\LaravelIdeHelper\Console\MetaCommand::getAbstracts PHP Method

getAbstracts() protected method

Get a list of abstracts from the Laravel Application.
protected getAbstracts ( ) : array
return array
    protected function getAbstracts()
    {
        $abstracts = $this->laravel->getBindings();
        // Return the abstract names only
        return array_keys($abstracts);
    }