cache->get('magazine-newsroom-magazine-by-newsroom', function (){ return null; }); $tags = $mag->getTags(); $this->cats = array_filter($tags, function($tag) { return ($tag[0] === 'a'); }); } }