Pimcore\Model\Dependency::cleanAllForElement PHP Method

cleanAllForElement() public method

public cleanAllForElement ( Element\ELementInterface $element ) : void
$element Element\ELementInterface
return void
    public function cleanAllForElement($element)
    {
        $this->getDao()->cleanAllForElement($element);
    }