Esensi\Model\Traits\PurgingModelTrait::mergePurgeable PHP Метод

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

Merge an array of attributes with the purgeable array.
public mergePurgeable ( array $attributes )
$attributes array to purge
    public function mergePurgeable(array $attributes)
    {
        $this->purgeable = array_merge($this->purgeable, $attributes);
    }