Bolt\Storage\Collection\Taxonomy::getExisting PHP Метод

getExisting() публичный Метод

Gets the elements that have already been persisted
public getExisting ( ) : Taxonomy
Результат Taxonomy
    public function getExisting()
    {
        return $this->filter(function ($el) {
            return $el->getId();
        });
    }