Pimcore\Model\Dependency::cleanAllForElement PHP Метод

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

public cleanAllForElement ( Element\ELementInterface $element ) : void
$element Element\ELementInterface
Результат void
    public function cleanAllForElement($element)
    {
        $this->getDao()->cleanAllForElement($element);
    }