Esensi\Model\Observers\HashingModelObserver::updating PHP Метод

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

Listener hashes the hashable attributes before save.
public updating ( Esensi\Model\Contracts\HashingModelInterface $model )
$model Esensi\Model\Contracts\HashingModelInterface
    public function updating(HashingModelInterface $model)
    {
        $this->performHashing($model, 'updating');
    }