MetaModels\Filter\Setting\Collection::getReferencedAttributes PHP Méthode

getReferencedAttributes() public méthode

    public function getReferencedAttributes()
    {
        $arrAttributes = array();
        foreach ($this->arrSettings as $objSetting) {
            $arrAttributes = array_merge($arrAttributes, $objSetting->getReferencedAttributes());
        }
        return $arrAttributes;
    }