LMongo\Eloquent\Model::deleting PHP Method

deleting() public static method

Register a deleting model event with the dispatcher.
public static deleting ( Closur\Closure | string $callback ) : void
$callback Closur\Closure | string
return void
    public static function deleting($callback)
    {
        static::registerModelEvent('deleting', $callback);
    }
Model