LMongo\Eloquent\Model::deleting PHP 메소드

deleting() 공개 정적인 메소드

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